Item % of partially implemented % of fully implemented
java.util.jar
100
map : Map
Attributes() : void
Attributes(int) : void
Attributes(Attributes) : void
get(Object) : Object
getValue(String) : String
putValue(String, String) : String
remove(Object) : Object
containsValue(Object) : boolean
containsKey(Object) : boolean
putAll(Map) : void
clear() : void
size() : int
isEmpty() : boolean
keySet() : Set
values() : Collection
entrySet() : Set
equals(Object) : boolean
hashCode() : int
clone() : Object