JBoss Common Classes 2.2.17.GA

Uses of Interface
org.jboss.util.collection.ConcurrentNavigableMap

Packages that use ConcurrentNavigableMap
org.jboss.util.collection Extentions to the Java Collections framework
 

Uses of ConcurrentNavigableMap in org.jboss.util.collection
 

Classes in org.jboss.util.collection that implement ConcurrentNavigableMap
 class ConcurrentSkipListMap<K,V>
          A scalable ConcurrentNavigableMap implementation.
 

Methods in org.jboss.util.collection that return ConcurrentNavigableMap
 ConcurrentNavigableMap<K,V> ConcurrentNavigableMap.headMap(K toKey)
          Returns a view of the portion of this map whose keys are strictly less than toKey.
 ConcurrentNavigableMap<K,V> ConcurrentSkipListMap.headMap(K toKey)
          Returns a view of the portion of this map whose keys are strictly less than toKey.
 ConcurrentNavigableMap<K,V> ConcurrentNavigableMap.subMap(K fromKey, K toKey)
          Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
 ConcurrentNavigableMap<K,V> ConcurrentSkipListMap.subMap(K fromKey, K toKey)
          Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
 ConcurrentNavigableMap<K,V> ConcurrentNavigableMap.tailMap(K fromKey)
          Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
 ConcurrentNavigableMap<K,V> ConcurrentSkipListMap.tailMap(K fromKey)
          Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
 


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.