A {@link ConcurrentMap} supporting {@link NavigableMap} operations,and recursively so for its navigable sub-maps.
This interface is a member of the Java Collections Framework.
@author Doug Lea
@param < K> the type of keys maintained by this map
@param < V> the type of mapped values
@since 1.6
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.