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 |
||
addAll(int, Collection) : boolean |
||
removeAll(Collection) : boolean |
||
retainAll(Collection) : boolean |
||
replaceAll(UnaryOperator) : void |
||
sort(Comparator) : void |
||
clear() : void |
||
equals(Object) : boolean |
||
hashCode() : int |
||
get(int) : Object |
||
add(int, Object) : void |
||
remove(int) : Object |
||
indexOf(Object) : int |
||
lastIndexOf(Object) : int |
||
listIterator() : ListIterator |
||
listIterator(int) : ListIterator |
||
subList(int, int) : List |
||
spliterator() : Spliterator |
||
of() : List |
||
copyOf(Collection) : List |