public abstract static class UnmodList.AbstractUnmodList<E> extends AbstractUnmodIterable<E> implements UnmodList<E>
UnmodList.AbstractUnmodList<E>| Constructor and Description |
|---|
AbstractUnmodList() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode()
This implementation is compatible with java.util.AbstractList 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, equalconcat, drop, dropWhile, filter, flatMap, fold, foldUntil, hash, head, map, precat, take, takeWhile, toStringtoImList, toImMap, toImRrbt, toImSet, toImSortedMap, toImSortedSet, toMutableList, toMutableMap, toMutableRrbt, toMutableSet, toMutableSortedMap, toMutableSortedSetpublic boolean equals(Object other)
public int hashCode()
hashCode in interface Collection<E>hashCode in interface List<E>hashCode in class AbstractUnmodIterable<E>Copyright © 2019. All rights reserved.