protected class ImmutableArrayList.SortedSetView extends WrapperCollections.AbstractWrapperSortedSet
SortedSet interface, maintaining correct equals() and
hashCode() semanticsm_colDelegate| Modifier | Constructor and Description |
|---|---|
protected |
SortedSetView()
Create a SortedSetView over this ImmutableArrayList.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
comparator, first, getDelegate, headSet, last, subSet, tailSetadd, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayclone, finalize, getClass, notify, notifyAll, wait, wait, waitspliteratoradd, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayparallelStream, removeIf, streamprotected SortedSetView()
public 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