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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class zombie.util.AbstractIntCollection
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, size, toArray, toArray, toString, trimToSizeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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
- Specified by:
equalsin interfaceIntCollection- Overrides:
equalsin classObject
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceIntCollection- Overrides:
hashCodein classObject
-