Uses of Interface
jsr166x.ConcurrentNavigableMap

Packages that use ConcurrentNavigableMap
jsr166x   
 

Uses of ConcurrentNavigableMap in jsr166x
 

Classes in jsr166x that implement ConcurrentNavigableMap
 class ConcurrentSkipListMap<K,V>
          A scalable ConcurrentNavigableMap implementation.
 

Methods in jsr166x that return ConcurrentNavigableMap
 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.headMap(K toKey)
          Returns a view of the portion of this map whose keys are strictly less than toKey.
 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.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.tailMap(K fromKey)
          Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
 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.
 



Copyright © 2013 Glasnost. All Rights Reserved.