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