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 voidadd(int key)booleancontains(int key)voidremove(int key)
-