Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.util.NavigableMap
Packages that use NavigableMap
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Utility classes commonly useful in concurrent programming.
Classes in java.util that implement NavigableMap
class
A Red-Black tree based NavigableMap implementation.
Methods in java.util that return NavigableMap
static <K,V> NavigableMap<K,V>
Collections.checkedNavigableMap(NavigableMap<K,V> m, Class<K> keyType, Class<V> valueType)
Returns a dynamically typesafe view of the specified navigable map.
static final <K,V> NavigableMap<K,V>
Collections.emptyNavigableMap()
Returns an empty navigable map (immutable).
static <K,V> NavigableMap<K,V>
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
static <K,V> NavigableMap<K,V>
Collections.unmodifiableNavigableMap(NavigableMap<K,? extends V> m)
Returns an unmodifiable view of the specified navigable map.
NavigableMap.descendingMap()
Returns a reverse order view of the mappings contained in this map.
NavigableMap.headMap(K toKey, boolean inclusive)
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
NavigableMap.subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
Returns a view of the portion of this map whose keys range from fromKey to toKey.
NavigableMap.tailMap(K fromKey, boolean inclusive)
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
TreeMap.descendingMap()
Returns a reverse order view of the mappings contained in this map.
TreeMap.headMap(K toKey, boolean inclusive)
Returns a view of the portion of this map whose keys are less than (or equal to, if inclusive is true) toKey.
TreeMap.subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive)
Returns a view of the portion of this map whose keys range from fromKey to toKey.
TreeMap.tailMap(K fromKey, boolean inclusive)
Returns a view of the portion of this map whose keys are greater than (or equal to, if inclusive is true) fromKey.
Methods in java.util with parameters of type NavigableMap
static <K,V> NavigableMap<K,V>
Collections.checkedNavigableMap(NavigableMap<K,V> m, Class<K> keyType, Class<V> valueType)
Returns a dynamically typesafe view of the specified navigable map.
static <K,V> NavigableMap<K,V>
Returns a synchronized (thread-safe) navigable map backed by the specified navigable map.
static <K,V> NavigableMap<K,V>
Collections.unmodifiableNavigableMap(NavigableMap<K,? extends V> m)
Returns an unmodifiable view of the specified navigable map.
interface
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
Classes in java.util.concurrent that implement NavigableMap
class
A scalable concurrent ConcurrentNavigableMap implementation.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz