JBoss Common Classes 2.2.17.GA

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

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