Package zombie.util.set
Class AbstractIntSet
java.lang.Object
zombie.util.AbstractIntCollection
zombie.util.set.AbstractIntSet
- All Implemented Interfaces:
IntCollection
,IntSet
- Direct Known Subclasses:
IntOpenHashSet
public abstract class AbstractIntSet extends AbstractIntCollection implements IntSet
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractIntSet()
-
Method Summary
Methods inherited from class zombie.util.AbstractIntCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString, trimToSize
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface zombie.util.IntCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, trimToSize
-
Constructor Details
-
AbstractIntSet
protected AbstractIntSet()
-
-
Method Details
-
equals
public boolean equals(java.lang.Object object)- Specified by:
equals
in interfaceIntCollection
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Specified by:
hashCode
in interfaceIntCollection
- Overrides:
hashCode
in classjava.lang.Object
-