Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


com.tangosol.util
Class WrapperCollections

java.lang.Object
  extended by com.tangosol.util.WrapperCollections


public class WrapperCollections
extends java.lang.Object

A collection of abstract Collection implementation classes for wrapping Collection types.

Author:
mf 2007.07.05, rhl 2010.01.26

Nested Class Summary
static class WrapperCollections.AbstractWrapperCollection
          Collection implementation which delegates all calls to another Collection.
static class WrapperCollections.AbstractWrapperEntry
          Map.Entry implementation which delegates all calls to another Map.Entry.
static class WrapperCollections.AbstractWrapperIterator
          Iterator implementation which delegates all calls to another Iterator.
static class WrapperCollections.AbstractWrapperList
          List implementation which delegates all calls to another List.
 class WrapperCollections.AbstractWrapperListIterator
          ListIterator implementation which delegates all calls to another ListIterator.
static class WrapperCollections.AbstractWrapperMap
          Map implementation which delegates all calls to another Map.
static class WrapperCollections.AbstractWrapperSet
          Set implementation which delegates all calls to another Set.
static class WrapperCollections.AbstractWrapperSortedSet
          SortedSet implementation which delegates all calls to another SortedSet.
static class WrapperCollections.ConcurrentWrapperCollection
          Collection implementation which uses a ReadWriteLock to manage concurrent access to an underlying Collection.
static class WrapperCollections.ConcurrentWrapperEntry
          Map Entry implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map Entry.
static class WrapperCollections.ConcurrentWrapperEntrySet
          Map Entry Set implementation which uses a ReadWriteLock to manage concurrent access to the underlying Entry objects.
static class WrapperCollections.ConcurrentWrapperMap
          Map implementation which uses a ReadWriteLock to manage concurrent access to an underlying Map.
static class WrapperCollections.ConcurrentWrapperSet
          Set implementation which uses a ReadWriteLock to manage concurrent access to an underlying Set.

 

Constructor Summary
WrapperCollections()
           

 

Constructor Detail

WrapperCollections

public WrapperCollections()

Skip navigation links

Oracle® Coherence Java API Reference
Release 3.7.1.0

E22843-01


Copyright © 2000, 2011, Oracle and/or its affiliates. All rights reserved.