Example usage for java.util NavigableMap interface-usage

List of usage examples for java.util NavigableMap interface-usage

Introduction

In this page you can find the example usage for java.util NavigableMap interface-usage.

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