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

Uses of Interface
java.util.SortedMap
Packages that use SortedMap
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.
Uses of SortedMap in java.util
Subinterfaces of SortedMap in java.util
interface
A SortedMap extended with navigation methods returning the closest matches for given search targets.
Classes in java.util that implement SortedMap
class
A Red-Black tree based NavigableMap implementation.
Methods in java.util that return SortedMap
static <K,V> SortedMap<K,V>
Collections.checkedSortedMap(SortedMap<K,V> m, Class<K> keyType, Class<V> valueType)
Returns a dynamically typesafe view of the specified sorted map.
static final <K,V> SortedMap<K,V>
Collections.emptySortedMap()
Returns an empty sorted map (immutable).
static <K,V> SortedMap<K,V>
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
static <K,V> SortedMap<K,V>
Collections.unmodifiableSortedMap(SortedMap<K,? extends V> m)
Returns an unmodifiable view of the specified sorted map.
NavigableMap.headMap(K toKey)
Returns a view of the portion of this map whose keys are strictly less than toKey.
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.tailMap(K fromKey)
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
SortedMap.headMap(K toKey)
Returns a view of the portion of this map whose keys are strictly less than toKey.
SortedMap.subMap(K fromKey, K toKey)
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
SortedMap.tailMap(K fromKey)
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
TreeMap.headMap(K toKey)
Returns a view of the portion of this map whose keys are strictly less than toKey.
TreeMap.subMap(K fromKey, K toKey)
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
TreeMap.tailMap(K fromKey)
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
Methods in java.util with parameters of type SortedMap
static <K,V> SortedMap<K,V>
Collections.checkedSortedMap(SortedMap<K,V> m, Class<K> keyType, Class<V> valueType)
Returns a dynamically typesafe view of the specified sorted map.
static <K,V> SortedMap<K,V>
Returns a synchronized (thread-safe) sorted map backed by the specified sorted map.
static <K,V> SortedMap<K,V>
Collections.unmodifiableSortedMap(SortedMap<K,? extends V> m)
Returns an unmodifiable view of the specified sorted map.
Constructors in java.util with parameters of type SortedMap
TreeMap(SortedMap<K,? extends V> m)
Constructs a new tree map containing the same mappings and using the same ordering as the specified sorted map.
Subinterfaces of SortedMap in java.util.concurrent
interface
A ConcurrentMap supporting NavigableMap operations, and recursively so for its navigable sub-maps.
Classes in java.util.concurrent that implement SortedMap
class
A scalable concurrent ConcurrentNavigableMap implementation.
Constructors in java.util.concurrent with parameters of type SortedMap
Constructs a new map containing the same mappings and using the same ordering as the specified sorted map.

 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