Пример #1
0
 @Test
 public void testHashOne() {
   test = new CuckooHashTable<Integer, String>();
   assertEquals(test.hashOne(54), 9);
 }