|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.WrapperCollections
public class WrapperCollections
A collection of abstract Collection implementation classes for wrapping Collection types.
| Nested Class Summary | |
|---|---|
static class |
WrapperCollections.AbstractWrapperCollectionCollection implementation which delegates all calls to another Collection. |
static class |
WrapperCollections.AbstractWrapperEntryMap.Entry implementation which delegates all calls to another Map.Entry. |
static class |
WrapperCollections.AbstractWrapperIteratorIterator implementation which delegates all calls to another Iterator. |
static class |
WrapperCollections.AbstractWrapperListList implementation which delegates all calls to another List. |
class |
WrapperCollections.AbstractWrapperListIteratorListIterator implementation which delegates all calls to another ListIterator. |
static class |
WrapperCollections.AbstractWrapperMapMap implementation which delegates all calls to another Map. |
static class |
WrapperCollections.AbstractWrapperSetSet implementation which delegates all calls to another Set. |
static class |
WrapperCollections.AbstractWrapperSortedSetSortedSet implementation which delegates all calls to another SortedSet. |
static class |
WrapperCollections.ConcurrentWrapperCollectionCollection implementation which uses a ReadWriteLock to manage concurrent access to an underlying Collection. |
static class |
WrapperCollections.ConcurrentWrapperEntryMap Entry implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map Entry. |
static class |
WrapperCollections.ConcurrentWrapperEntrySetMap Entry Set implementation which uses a ReadWriteLock to manage concurrent access to the underlying Entry objects. |
static class |
WrapperCollections.ConcurrentWrapperMapMap implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map. |
static class |
WrapperCollections.ConcurrentWrapperSetSet implementation which uses a ReadWriteLock to manage concurrent access to an underlying Set. |
| Constructor Summary | |
|---|---|
WrapperCollections() |
|
| Constructor Detail |
|---|
public WrapperCollections()
|
Oracle® Coherence Java API Reference Release 12.1.2.0.3 E26043-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||