Package com.tangosol.util
Class ImmutableArrayList.SortedSetView
java.lang.Object
com.tangosol.util.WrapperCollections.AbstractWrapperCollection<E>
com.tangosol.util.WrapperCollections.AbstractWrapperSet<E>
com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
com.tangosol.util.ImmutableArrayList.SortedSetView
- All Implemented Interfaces:
Serializable,Iterable,Collection,Set,SortedSet
- Enclosing class:
- ImmutableArrayList
protected class ImmutableArrayList.SortedSetView
extends WrapperCollections.AbstractWrapperSortedSet
SetView exposes the underlying ImmutableArrayList through the
SortedSet interface, maintaining correct equals() and
hashCode() semantics- See Also:
-
Field Summary
Fields inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
m_colDelegate -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreate a SortedSetView over this ImmutableArrayList. -
Method Summary
Methods inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperSortedSet
comparator, first, getDelegate, headSet, last, subSet, tailSetMethods inherited from class com.tangosol.util.WrapperCollections.AbstractWrapperCollection
add, addAll, clear, contains, containsAll, forEach, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.Set
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayMethods inherited from interface java.util.SortedSet
spliterator
-
Constructor Details
-
SortedSetView
protected SortedSetView()Create a SortedSetView over this ImmutableArrayList.
-
-
Method Details
-
equals
- Specified by:
equalsin interfaceCollection- Specified by:
equalsin interfaceSet- Overrides:
equalsin classWrapperCollections.AbstractWrapperCollection
-
hashCode
public int hashCode()- Specified by:
hashCodein interfaceCollection- Specified by:
hashCodein interfaceSet- Overrides:
hashCodein classWrapperCollections.AbstractWrapperCollection
-
toString
- Overrides:
toStringin classWrapperCollections.AbstractWrapperCollection
-