| 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 |
||
containsKey(Object) : boolean |
||
containsValue(Object) : boolean |
||
putAll(Map) : void |
||
clear() : void |
||
keySet() : ConcurrentHashMap$KeySetView |
||
values() : Collection |
||
entrySet() : Set |
||
hashCode() : int |
||
toString() : String |
||
equals(Object) : boolean |
||
forEach(BiConsumer) : void |
||
replaceAll(BiFunction) : void |
||
contains(Object) : boolean |
||
keys() : Enumeration |
||
elements() : Enumeration |
||
mappingCount() : long |
||
newKeySet() : ConcurrentHashMap$KeySetView |
||
newKeySet(int) : ConcurrentHashMap$KeySetView |
||
keySet(Object) : ConcurrentHashMap$KeySetView |
||
forEach(long, BiConsumer) : void |
||
forEach(long, BiFunction, Consumer) : void |
||
search(long, BiFunction) : Object |
||
reduceToDouble(long, ToDoubleBiFunction, double, DoubleBinaryOperator) : double |
||
reduceToLong(long, ToLongBiFunction, long, LongBinaryOperator) : long |
||
reduceToInt(long, ToIntBiFunction, int, IntBinaryOperator) : int |
||
forEachKey(long, Consumer) : void |
||
reduceKeys(long, BiFunction) : Object |
||
reduceKeysToDouble(long, ToDoubleFunction, double, DoubleBinaryOperator) : double |
||
reduceKeysToLong(long, ToLongFunction, long, LongBinaryOperator) : long |
||
reduceKeysToInt(long, ToIntFunction, int, IntBinaryOperator) : int |
||
forEachValue(long, Consumer) : void |
||
reduceValues(long, BiFunction) : Object |
||
reduceValuesToDouble(long, ToDoubleFunction, double, DoubleBinaryOperator) : double |
||
reduceValuesToLong(long, ToLongFunction, long, LongBinaryOperator) : long |
||
reduceValuesToInt(long, ToIntFunction, int, IntBinaryOperator) : int |
||
forEachEntry(long, Consumer) : void |
||
reduceEntries(long, BiFunction) : Map$Entry |
||
reduceEntriesToDouble(long, ToDoubleFunction, double, DoubleBinaryOperator) : double |
||
reduceEntriesToLong(long, ToLongFunction, long, LongBinaryOperator) : long |
||
reduceEntriesToInt(long, ToIntFunction, int, IntBinaryOperator) : int |
||
keySet() : Set |