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
Deprecated, for removal: This API element is subject to removal in a future version.protected 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.