List of usage examples for java.util.concurrent ConcurrentNavigableMap interface-usage
From source file NavigableMap.java
/**
* A scalable {@link ConcurrentNavigableMap} implementation. This class
* maintains a map in ascending key order, sorted according to the <i>natural
* order</i> for the key's class (see {@link Comparable}), or by the
* {@link Comparator} provided at creation time, depending on which constructor
* is used.