Package org.yamcs.utils
Class IntHashSet
java.lang.Object
org.yamcs.utils.IntHashSet
-
Constructor Details
-
IntHashSet
-
IntHashSet
public IntHashSet()
-
-
Method Details
-
add
public boolean add(int value) -
contains
public boolean contains(int value) -
remove
public boolean remove(int value) -
size
public int size() -
iterator
-
clone
Make a copy of the hashset -
toString
-