protected class ImmutableArrayList.ListView extends WrapperCollections.AbstractWrapperList
List interface, maintaining correct equals() and
hashCode() semanticsm_colDelegate| Modifier | Constructor and Description |
|---|---|
protected |
ListView()
Create a ListView over this ImmutableArrayList.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
add, addAll, get, getDelegate, indexOf, lastIndexOf, listIterator, listIterator, remove, replaceAll, set, sort, subListadd, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean equals(Object o)
equals in interface Collectionequals in interface Listequals in class WrapperCollections.AbstractWrapperCollectionpublic int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class WrapperCollections.AbstractWrapperCollectionpublic String toString()
toString in class WrapperCollections.AbstractWrapperCollection