public abstract static class DoubleList.Base extends DoubleCollection.Base implements DoubleList
DoubleList implementations.DoubleList.Base, DoubleList.SubList| 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, add, addAll, addAll, addAllDoubles, addAllDoubles, addAllDoublesAt, addAllDoublesAt, addDouble, addDoubleAt, addDoubleExactly, binarySearchExactly, clear, contains, containsAll, copy, create, create, get, getDouble, indexOf, indexOfDouble, indexOfDoubleExactly, isEmpty, lastIndexOf, lastIndexOfDouble, lastIndexOfDoubleExactly, listIterator, listIterator, of, remove, remove, removeAll, removeDoubleAt, removeIf, replaceAll, replaceAllDoubles, retainAll, set, setDouble, sort, sortDoubles, sortDoubles, spliterator, subList, toArray, toArrayaddDouble, toDoubleArraycontainsAllDoubles, containsAllDoubles, containsAllDoublesExactly, containsAllDoublesExactly, containsAnyDoubles, containsAnyDoubles, containsAnyDoublesExactly, containsAnyDoublesExactly, containsDouble, containsDoubleExactly, doubleStream, forEach, forEachDouble, from, from, 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.List<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.List<java.lang.Double>hashCode in class java.lang.Object