Uses of Class
com.tangosol.util.WrapperCollections.AbstractWrapperSet
-
Packages that use WrapperCollections.AbstractWrapperSet Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperCollections.AbstractWrapperSet in com.tangosol.util
Subclasses of WrapperCollections.AbstractWrapperSet in com.tangosol.util Modifier and Type Class Description protected class
ImmutableArrayList.SetView
SetView exposes the underlying ImmutableArrayList through theSet
interface, maintaining correct equals() and hashCode() semanticsprotected class
ImmutableArrayList.SortedSetView
SetView exposes the underlying ImmutableArrayList through theSortedSet
interface, maintaining correct equals() and hashCode() semanticsprotected class
ImmutableMultiList.SetView
SetView exposes the underlying ImmutableMultiList through theSet
interface, maintaining correct equals() and hashCode() semanticsstatic class
WrapperCollections.AbstractWrapperSortedSet<E>
SortedSet implementation which delegates all calls to another SortedSet.
-