Item | % of partially implemented | % of fully implemented |
---|---|---|
java.util |
||
100 | ||
size() : int |
||
isEmpty() : boolean |
||
contains(Object) : boolean |
||
iterator() : Iterator |
||
toArray() : Object[] |
||
add(Object) : boolean |
||
remove(Object) : boolean |
||
containsAll(Collection) : boolean |
||
addAll(Collection) : boolean |
||
retainAll(Collection) : boolean |
||
removeAll(Collection) : boolean |
||
clear() : void |
||
equals(Object) : boolean |
||
hashCode() : int |
||
spliterator() : Spliterator |
||
of() : Set |
||
copyOf(Collection) : Set |