public abstract static class IntSet.Base extends IntCollection.Base implements IntSet
IntSet implementations.IntSet.Base| Constructor and Description |
|---|
Base() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, asChars, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayaddAllInts, addAllInts, addInt, removeIf, toIntArrayasInputStream, containsAllInts, containsAllInts, containsAnyInts, containsAnyInts, containsInt, forEach, forEachInt, from, from, intStream, of, once, once, parallelIntStream, read, removeAllInts, removeAllInts, removeInt, removeIntsIf, retainAllInts, retainAllInts, sequencepublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Integer>equals in interface java.util.Set<java.lang.Integer>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Integer>hashCode in interface java.util.Set<java.lang.Integer>hashCode in class java.lang.Object