Item % of partially implemented % of fully implemented
java.util
100
IdentityHashMap() : void
IdentityHashMap(int) : void
IdentityHashMap(Map) : void
size() : int
isEmpty() : boolean
get(Object) : Object
containsKey(Object) : boolean
containsValue(Object) : boolean
putAll(Map) : void
remove(Object) : Object
clear() : void
equals(Object) : boolean
hashCode() : int
clone() : Object
keySet() : Set
values() : Collection
entrySet() : Set
forEach(BiConsumer) : void
replaceAll(BiFunction) : void