JBoss Common Classes 2.2.17.GA-redhat-2

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

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

Uses of NavigableMap in org.jboss.util.collection
 

Subinterfaces of NavigableMap in org.jboss.util.collection
 interface ConcurrentNavigableMap<K,V>
          A ConcurrentMap supporting NavigableMap operations.
 

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

Methods in org.jboss.util.collection that return NavigableMap
 NavigableMap<K,V> NavigableMap.headMap(K toKey)
          Returns a view of the portion of this map whose keys are strictly less than toKey.
 NavigableMap<K,V> NavigableMap.subMap(K fromKey, K toKey)
          Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
 NavigableMap<K,V> NavigableMap.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-redhat-2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.