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 classListView exposes the underlying ImmutableArrayList through theListinterface, maintaining correct equals() and hashCode() semanticsprotected classSetView exposes the underlying ImmutableArrayList through theSetinterface, maintaining correct equals() and hashCode() semanticsprotected classSetView exposes the underlying ImmutableArrayList through theSortedSetinterface, maintaining correct equals() and hashCode() semanticsprotected classListView exposes the underlying ImmutableMultiList through theListinterface, maintaining correct equals() and hashCode() semanticsprotected classSetView exposes the underlying ImmutableMultiList through theSetinterface, maintaining correct equals() and hashCode() semanticsstatic classList implementation which delegates all calls to another List.static classSet implementation which delegates all calls to another Set.static classSortedSet implementation which delegates all calls to another SortedSet.