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
Modifier and TypeClassDescriptionstatic class
Collection implementation which delegates all calls to another Collection.static class
Map.Entry implementation which delegates all calls to another Map.Entry.static class
Iterator implementation which delegates all calls to another Iterator.static class
List implementation which delegates all calls to another List.class
ListIterator implementation which delegates all calls to another ListIterator.static class
Abstract wrapper implementation for LongArrays.static class
Map implementation which delegates all calls to another Map.static class
Set implementation which delegates all calls to another Set.class
static class
SortedSet implementation which delegates all calls to another SortedSet.static class
Collection implementation which uses a ReadWriteLock to manage concurrent access to an underlying Collection.static class
Map Entry implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map Entry.static class
Map Entry Set implementation which uses a ReadWriteLock to manage concurrent access to the underlying Entry objects.static class
Map implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map.static class
Set implementation which uses a ReadWriteLock to manage concurrent access to an underlying Set. -
Constructor Summary
-
Method Summary
-
Constructor Details
-
WrapperCollections
public WrapperCollections()
-