public class EmptyIntHashSet
extends TIntHashSet
Modifier and Type | Field and Description |
---|---|
static TIntIterator |
EMPTY_INT_ITERATOR |
static TIntHashSet |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
add(int val) |
boolean |
addAll(int[] array) |
void |
clear() |
void |
compact() |
boolean |
contains(int val) |
boolean |
containsAll(int[] array) |
boolean |
forEach(TIntProcedure procedure) |
int |
hashCode() |
boolean |
isEmpty() |
TIntIterator |
iterator() |
boolean |
remove(int val) |
boolean |
removeAll(int[] array) |
boolean |
retainAll(int[] array) |
int |
size() |
int[] |
toArray() |
java.lang.String |
toString() |
public static final TIntHashSet INSTANCE
public static final TIntIterator EMPTY_INT_ITERATOR
public boolean add(int val)
public int[] toArray()
public TIntIterator iterator()
public void clear()
public int hashCode()
public boolean remove(int val)
public boolean containsAll(int[] array)
public boolean addAll(int[] array)
public boolean removeAll(int[] array)
public boolean retainAll(int[] array)
public boolean contains(int val)
public boolean forEach(TIntProcedure procedure)
public boolean isEmpty()
public int size()
public void compact()
public java.lang.String toString()