Lines Matching refs:concurrent
33 import java.util.concurrent.ConcurrentHashMap;
34 import java.util.concurrent.ConcurrentMap;
35 import java.util.concurrent.atomic.AtomicReferenceArray;
36 import java.util.concurrent.locks.ReentrantLock;
41 * A framework for concurrent hash map implementations. The
43 * any methods. Use {@link Builder} to create a custom concurrent hash map
45 * provides the surrounding concurrent data structure which implements {@link
62 * and {@link Map#clear}, concurrent retrievals may reflect insertion or
75 * {@link java.util.concurrent.ConcurrentHashMap}:
119 * To create a {@link java.util.concurrent.ConcurrentMap} using the strategy
136 * Builds a custom concurrent hash map.
171 * permit the indicated number of concurrent updates without contention.
197 * Creates a new concurrent hash map backed by the given strategy.
276 * Implements behavior specific to the client's concurrent hash map
518 * concurrent hash map uses power-of-two length hash tables, that otherwise
535 /** The concurrent hash map implementation. */
728 * momentarily cause a concurrent read operation to see