Package g0701_0800.s0705_design_hashset
Class MyHashSet
- java.lang.Object
-
- g0701_0800.s0705_design_hashset.MyHashSet
-
public class MyHashSet extends Object
-
-
Constructor Summary
Constructors Constructor Description MyHashSet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(int key)
boolean
contains(int key)
void
remove(int key)
-