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

Uses of Interface
java.util.concurrent.ConcurrentNavigableMap
Packages that use ConcurrentNavigableMap
Utility classes commonly useful in concurrent programming.
class
A scalable concurrent ConcurrentNavigableMap implementation.
ConcurrentNavigableMap.descendingMap()
Returns a reverse order view of the mappings contained in this map.
ConcurrentNavigableMap.headMap(K toKey)
Returns a view of the portion of this map whose keys are strictly less than toKey.
ConcurrentNavigableMap.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.
ConcurrentNavigableMap.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.
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.tailMap(K fromKey)
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
ConcurrentNavigableMap.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.
ConcurrentSkipListMap.descendingMap()
Returns a reverse order view of the mappings contained in this map.
ConcurrentSkipListMap.headMap(K toKey)
Returns a view of the portion of this map whose keys are strictly less than toKey.
ConcurrentSkipListMap.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.
ConcurrentSkipListMap.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.
ConcurrentSkipListMap.subMap(K fromKey, K toKey)
Returns a view of the portion of this map whose keys range from fromKey, inclusive, to toKey, exclusive.
ConcurrentSkipListMap.tailMap(K fromKey)
Returns a view of the portion of this map whose keys are greater than or equal to fromKey.
ConcurrentSkipListMap.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.

 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