public class WrapperCollections extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
WrapperCollections.AbstractWrapperCollection<E> |
Collection implementation which delegates all calls to another Collection.
|
static class |
WrapperCollections.AbstractWrapperEntry<K,V> |
Map.Entry implementation which delegates all calls to another Map.Entry.
|
static class |
WrapperCollections.AbstractWrapperIterator<E> |
Iterator implementation which delegates all calls to another Iterator.
|
static class |
WrapperCollections.AbstractWrapperList<E> |
List implementation which delegates all calls to another List.
|
class |
WrapperCollections.AbstractWrapperListIterator<E> |
ListIterator implementation which delegates all calls to another
ListIterator.
|
static class |
WrapperCollections.AbstractWrapperLongArray<V> |
Abstract wrapper implementation for LongArrays.
|
static class |
WrapperCollections.AbstractWrapperMap<K,V> |
Map implementation which delegates all calls to another Map.
|
static class |
WrapperCollections.AbstractWrapperSet<E> |
Set implementation which delegates all calls to another Set.
|
class |
WrapperCollections.AbstractWrapperSortedMap<K,V> |
|
static class |
WrapperCollections.AbstractWrapperSortedSet<E> |
SortedSet implementation which delegates all calls to another SortedSet.
|
static class |
WrapperCollections.ConcurrentWrapperCollection<E> |
Collection implementation which uses a ReadWriteLock to manage
concurrent access to an underlying Collection.
|
static class |
WrapperCollections.ConcurrentWrapperEntry<K,V> |
Map Entry implementation which uses a ReadWriteLock to manage concurrent
access to an underlying Map Entry.
|
static class |
WrapperCollections.ConcurrentWrapperEntrySet<K,V> |
Map Entry Set implementation which uses a ReadWriteLock to manage
concurrent access to the underlying Entry objects.
|
static class |
WrapperCollections.ConcurrentWrapperMap<K,V> |
Map implementation which uses a ReadWriteLock to manage concurrent
access to an underlying Map.
|
static class |
WrapperCollections.ConcurrentWrapperSet<E> |
Set implementation which uses a ReadWriteLock to manage concurrent
access to an underlying Set.
|
Constructor | Description |
---|---|
WrapperCollections() |