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() |
toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, 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, toArray
addDouble, toDoubleArray
containsAllDoubles, 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, sequence
public 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.Object
public 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