protected class ImmutableArrayList.ListView
extends com.oracle.common.collections.WrapperCollections.AbstractWrapperList
List interface, maintaining correct equals() and
 hashCode() semantics| 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 com.oracle.common.collections.WrapperCollections.AbstractWrapperCollectionpublic int hashCode()
hashCode in interface CollectionhashCode in interface ListhashCode in class com.oracle.common.collections.WrapperCollections.AbstractWrapperCollectionpublic String toString()
toString in class com.oracle.common.collections.WrapperCollections.AbstractWrapperCollection