public abstract static class DoubleSet.Base extends DoubleCollection.Base implements DoubleSet
DoubleSet implementations.DoubleSet.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, addDouble, clear, contains, containsAll, create, create, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayaddAllDoubles, addAllDoubles, addDouble, addDoubleExactly, removeIf, toDoubleArraycontainsAllDoubles, containsAllDoubles, containsAllDoublesExactly, containsAllDoublesExactly, containsAnyDoubles, containsAnyDoubles, containsAnyDoublesExactly, containsAnyDoublesExactly, containsDouble, containsDoubleExactly, doubleStream, forEach, forEachDouble, from, from, of, once, once, parallelDoubleStream, removeAllDoubles, removeAllDoubles, removeAllDoublesExactly, removeAllDoublesExactly, removeDouble, removeDoubleExactly, removeDoublesIf, retainAllDoubles, retainAllDoubles, retainAllDoublesExactly, retainAllDoublesExactly, sequencepublic boolean equals(java.lang.Object o)
equals in interface java.util.Collection<java.lang.Double>equals in interface java.util.Set<java.lang.Double>equals in class java.lang.Objectpublic int hashCode()
hashCode in interface java.util.Collection<java.lang.Double>hashCode in interface java.util.Set<java.lang.Double>hashCode in class java.lang.Object