public abstract static class LongList.Base extends LongCollection.Base implements LongList
LongList implementations.LongList.Base, LongList.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, addAllLongs, addAllLongs, addAllLongsAt, addAllLongsAt, addLong, addLongAt, binarySearch, clear, contains, containsAll, copy, create, create, get, getLong, indexOf, indexOfLong, isEmpty, lastIndexOf, lastIndexOfLong, listIterator, listIterator, of, remove, remove, removeAll, removeIf, removeLongAt, replaceAll, replaceAllLongs, retainAll, set, setLong, sort, sortLongs, sortLongs, spliterator, subList, toArray, toArraytoLongArraycontainsAllLongs, containsAllLongs, containsAnyLongs, containsAnyLongs, containsLong, forEach, forEachLong, from, from, longStream, 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.List<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.List<java.lang.Long>hashCode in class java.lang.Object