public abstract static class UnmodList.AbstractUnmodList<E> extends UnmodIterable.AbstractUnmodIterable<E> implements UnmodList<E>
UnmodList.AbstractUnmodList<E>UnmodIterable.AbstractUnmodIterable<T>| Constructor and Description |
|---|
AbstractUnmodList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode()
This is correct, but O(n).
|
toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, add, addAll, addAll, clear, contains, containsAll, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, permutations, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, sort, subList, toArray, toArrayget, size, spliteratorparallelStream, streamcastFromList, castFromSortedMap, castFromSortedSet, equal, equalsconcat, drop, filter, flatMap, foldLeft, foldLeft, hash, hashCode, head, map, precat, take, takeWhile, toStringtoImList, toImMap, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableSet, toMutableSortedMap, toMutableSortedSetpublic boolean equals(Object other)
public int hashCode()
hashCode in interface Collection<E>hashCode in interface List<E>hashCode in class UnmodIterable.AbstractUnmodIterable<E>Copyright © 2017. All rights reserved.