Uses of Class
com.tangosol.util.WrapperCollections.AbstractWrapperCollection
Packages that use WrapperCollections.AbstractWrapperCollection
-
Uses of WrapperCollections.AbstractWrapperCollection in com.tangosol.util
Subclasses of WrapperCollections.AbstractWrapperCollection in com.tangosol.utilModifier and TypeClassDescriptionprotected class
ListView exposes the underlying ImmutableArrayList through theList
interface, maintaining correct equals() and hashCode() semanticsprotected class
SetView exposes the underlying ImmutableArrayList through theSet
interface, maintaining correct equals() and hashCode() semanticsprotected class
SetView exposes the underlying ImmutableArrayList through theSortedSet
interface, maintaining correct equals() and hashCode() semanticsprotected class
ListView exposes the underlying ImmutableMultiList through theList
interface, maintaining correct equals() and hashCode() semanticsprotected class
SetView exposes the underlying ImmutableMultiList through theSet
interface, maintaining correct equals() and hashCode() semanticsstatic class
List implementation which delegates all calls to another List.static class
Set implementation which delegates all calls to another Set.static class
SortedSet implementation which delegates all calls to another SortedSet.