Item % of partially implemented % of fully implemented
java.util.concurrent
42
ConcurrentHashMap() : void
ConcurrentHashMap(int) : void
ConcurrentHashMap(Map) : void
ConcurrentHashMap(int, float) : void
ConcurrentHashMap(int, float, int) : void
size() : int
isEmpty() : boolean
get(Object) : Object
containsKey(Object) : boolean
containsValue(Object) : boolean
putAll(Map) : void
remove(Object) : Object
clear() : void
values() : Collection
entrySet() : Set
hashCode() : int
toString() : String
equals(Object) : boolean
putIfAbsent(Object, Object) : Object
remove(Object, Object) : boolean
replace(Object, Object, Object) : boolean
replace(Object, Object) : Object
getOrDefault(Object, Object) : Object
forEach(BiConsumer) : void
replaceAll(BiFunction) : void
computeIfAbsent(Object, Function) : Object
computeIfPresent(Object, BiFunction) : Object
contains(Object) : boolean
keys() : Enumeration
elements() : Enumeration
mappingCount() : long
forEach(long, BiConsumer) : void
forEach(long, BiFunction, Consumer) : void
search(long, BiFunction) : Object
reduce(long, BiFunction, BiFunction) : Object
reduceToDouble(long, ToDoubleBiFunction, double, DoubleBinaryOperator) : double
reduceToLong(long, ToLongBiFunction, long, LongBinaryOperator) : long
reduceToInt(long, ToIntBiFunction, int, IntBinaryOperator) : int
forEachKey(long, Consumer) : void
forEachKey(long, Function, Consumer) : void
searchKeys(long, Function) : Object
reduceKeys(long, BiFunction) : Object
reduceKeys(long, Function, BiFunction) : Object
reduceKeysToDouble(long, ToDoubleFunction, double, DoubleBinaryOperator) : double
reduceKeysToLong(long, ToLongFunction, long, LongBinaryOperator) : long
reduceKeysToInt(long, ToIntFunction, int, IntBinaryOperator) : int
forEachValue(long, Consumer) : void
forEachValue(long, Function, Consumer) : void
searchValues(long, Function) : Object
reduceValues(long, BiFunction) : Object
reduceValues(long, Function, BiFunction) : Object
reduceValuesToDouble(long, ToDoubleFunction, double, DoubleBinaryOperator) : double
reduceValuesToLong(long, ToLongFunction, long, LongBinaryOperator) : long
reduceValuesToInt(long, ToIntFunction, int, IntBinaryOperator) : int
forEachEntry(long, Consumer) : void
forEachEntry(long, Function, Consumer) : void
searchEntries(long, Function) : Object
reduceEntries(long, BiFunction) : Map$Entry
reduceEntries(long, Function, BiFunction) : Object
reduceEntriesToDouble(long, ToDoubleFunction, double, DoubleBinaryOperator) : double
reduceEntriesToLong(long, ToLongFunction, long, LongBinaryOperator) : long
reduceEntriesToInt(long, ToIntFunction, int, IntBinaryOperator) : int
keySet() : Set