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() |
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArray
addAllLongs, addAllLongs, addLong, removeIf, toLongArray
containsAllLongs, containsAllLongs, containsAnyLongs, containsAnyLongs, containsLong, forEach, forEachLong, from, from, longStream, of, once, once, parallelLongStream, removeAllLongs, removeAllLongs, removeLong, removeLongsIf, retainAllLongs, retainAllLongs, sequence
public 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.Object
public 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