protected class ImmutableArrayList.SetView extends WrapperCollections.AbstractWrapperSet
Set interface, maintaining correct equals() and
hashCode() semanticsm_colDelegate| Modifier | Constructor and Description |
|---|---|
protected |
SetView()
Create a SetView over this ImmutableArrayList.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
getDelegateadd, 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 Setequals in class WrapperCollections.AbstractWrapperCollectionpublic int hashCode()
hashCode in interface CollectionhashCode in interface SethashCode in class WrapperCollections.AbstractWrapperCollectionpublic String toString()
toString in class WrapperCollections.AbstractWrapperCollection