Package com.tangosol.util
Class WrapperCollections
java.lang.Object
com.tangosol.util.WrapperCollections
A collection of abstract Collection implementation classes for wrapping
Collection types.
- Author:
- mf 2007.07.05, rhl 2010.01.26
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classCollection implementation which delegates all calls to another Collection.static classMap.Entry implementation which delegates all calls to another Map.Entry.static classIterator implementation which delegates all calls to another Iterator.static classList implementation which delegates all calls to another List.classListIterator implementation which delegates all calls to another ListIterator.static classAbstract wrapper implementation for LongArrays.static classMap implementation which delegates all calls to another Map.static classSet implementation which delegates all calls to another Set.classstatic classSortedSet implementation which delegates all calls to another SortedSet.static classCollection implementation which uses a ReadWriteLock to manage concurrent access to an underlying Collection.static classMap Entry implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map Entry.static classMap Entry Set implementation which uses a ReadWriteLock to manage concurrent access to the underlying Entry objects.static classMap implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map.static classSet implementation which uses a ReadWriteLock to manage concurrent access to an underlying Set. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
WrapperCollections
public WrapperCollections()
-