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 protectedAbstractIntSet() -
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
public boolean equals(java.lang.Object obj)- Specified by:
equalsin interfaceIntCollection- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceIntCollection- Overrides:
hashCodein classjava.lang.Object
-