Item
% of partially implemented
% of fully implemented
java.util.concurrent
ConcurrentMap
100
getOrDefault(
Object
,
Object
) :
Object
forEach(
BiConsumer
) : void
putIfAbsent(
Object
,
Object
) :
Object
remove(
Object
,
Object
) : boolean
replace(
Object
,
Object
,
Object
) : boolean
replace(
Object
,
Object
) :
Object
replaceAll(
BiFunction
) : void
computeIfAbsent(
Object
,
Function
) :
Object
computeIfPresent(
Object
,
BiFunction
) :
Object
compute(
Object
,
BiFunction
) :
Object
merge(
Object
,
Object
,
BiFunction
) :
Object