public abstract static class LongSet.Base extends LongCollection.Base implements LongSet
LongSet implementations.LongSet.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, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayaddAllLongs, addAllLongs, addLong, removeIf, toLongArraycontainsAllLongs, containsAllLongs, containsAnyLongs, containsAnyLongs, containsLong, forEach, forEachLong, from, from, longStream, of, once, once, parallelLongStream, removeAllLongs, removeAllLongs, removeLong, removeLongsIf, retainAllLongs, retainAllLongs, sequencepublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Long>equals in interface java.util.Set<java.lang.Long>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Long>hashCode in interface java.util.Set<java.lang.Long>hashCode in class java.lang.Object