Uses of Package
net.sf.beanlib.util.concurrent

Packages that use net.sf.beanlib.util.concurrent
net.sf.beanlib.util.concurrent Mirror package of java.util.concurrent of Java 6 beta 2. 
 

Classes in net.sf.beanlib.util.concurrent used by net.sf.beanlib.util.concurrent
BlockingDeque
          A Deque that additionally supports operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
ConcurrentLinkedBlockingQueue
          An unbounded concurrent blocking queue implemented upon ConcurrentLinkedQueue.
ConcurrentLinkedBlockingQueue.ThreadMarker
           
ConcurrentNavigableMap
          A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
ConcurrentSkipListMap
          A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentSkipListMap.EntrySet
           
ConcurrentSkipListMap.HeadIndex
          Nodes heading each level keep track of their level.
ConcurrentSkipListMap.Index
          Index nodes represent the levels of the skip list.
ConcurrentSkipListMap.Iter
          Base of iterator classes:
ConcurrentSkipListMap.KeySet
           
ConcurrentSkipListMap.Node
          Nodes hold keys and values, and are singly linked in sorted order, possibly with some intervening marker nodes.
ConcurrentSkipListMap.SubMap
          Submaps returned by ConcurrentSkipListMap submap operations represent a subrange of mappings of their underlying maps.
ConcurrentSkipListMap.SubMap.SubMapIter
          Variant of main Iter class to traverse through submaps.
ConcurrentSkipListMap.Values
           
ConcurrentSkipListSet
          A scalable concurrent NavigableSet implementation based on a ConcurrentSkipListMap.
LinkedBlockingDeque.AbstractItr
          Base class for Iterators for LinkedBlockingDeque
LinkedBlockingDeque.Node
          Doubly-linked list node class