Java ConcurrentMap (original) (raw)
The Java programming language's Java Collections Framework version 1.5 and later defines and implements the original regular single-threaded Maps, and also new thread-safe Maps implementing the java.util.concurrent.ConcurrentMapinterface among other concurrent interfaces.In Java 1.6, the java.util.NavigableMap interface was added, extending java.util.SortedMap,and the