List of usage examples for java.util NavigableMap interface-usage
From source file org.apache.hadoop.hbase.regionserver.CellFlatMap.java
/**
* CellFlatMap stores a constant number of elements and is immutable after creation stage.
* Being immutable, the CellFlatMap can be implemented as array.
* The actual array can be on- or off-heap and is implemented in concrete class derived from CellFlatMap.
* The CellFlatMap uses no synchronization primitives, it is assumed to be created by a
* single thread and then it can be read-only by multiple threads.
From source file NavigableMap.java
/**
* A {@link ConcurrentMap} supporting {@link NavigableMap} operations.
*
* @author Doug Lea
* @param <K>
* the type of keys maintained by this map