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