Uses of Package
org.compass.core.util.backport.java.util

Packages that use org.compass.core.util.backport.java.util
org.compass.core.util.backport.java.util   
org.compass.core.util.backport.java.util.concurrent Utility classes commonly useful in concurrent programming. 
 

Classes in org.compass.core.util.backport.java.util used by org.compass.core.util.backport.java.util
AbstractCollection
          Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent collections.
AbstractMap
          Convenience base class for map implementations that provides helper classes representing simple map entries, both mutable and immutable.
AbstractQueue
          This class provides skeletal implementations of some Queue operations.
Deque
          A linear collection that supports element insertion and removal at both ends.
NavigableMap
          A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet
          A SortedSet extended with navigation methods reporting closest matches for given search targets.
PriorityQueue
          An unbounded queue that supports element retrieval in the order of relative priority.
Queue
          A collection designed for holding elements prior to processing.
TreeMap.Entry
           
TreeMap.EntrySet
           
TreeMap.IOIterator
           
TreeMap.KeySet
           
 

Classes in org.compass.core.util.backport.java.util used by org.compass.core.util.backport.java.util.concurrent
AbstractCollection
          Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent collections.
AbstractMap
          Convenience base class for map implementations that provides helper classes representing simple map entries, both mutable and immutable.
AbstractMap.SimpleEntry
          An Entry maintaining a key and a value.
AbstractMap.SimpleImmutableEntry
          An Entry maintaining an immutable key and value, This class does not support method setValue.
AbstractQueue
          This class provides skeletal implementations of some Queue operations.
AbstractSet
          Overrides toArray() and toArray(Object[]) in AbstractCollection to provide implementations valid for concurrent sets.
Deque
          A linear collection that supports element insertion and removal at both ends.
NavigableMap
          A SortedMap extended with navigation methods returning the closest matches for given search targets.
NavigableSet
          A SortedSet extended with navigation methods reporting closest matches for given search targets.
Queue
          A collection designed for holding elements prior to processing.
 



Copyright (c) 2004-2006 The Compass Project.