| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util |
||
| 100 | ||
elementData : Object[] |
||
elementCount : int |
||
capacityIncrement : int |
||
Vector(int, int) : void |
||
Vector(int) : void |
||
Vector() : void |
||
Vector(Collection) : void |
||
copyInto(Object[]) : void |
||
trimToSize() : void |
||
ensureCapacity(int) : void |
||
setSize(int) : void |
||
capacity() : int |
||
size() : int |
||
isEmpty() : boolean |
||
elements() : Enumeration |
||
contains(Object) : boolean |
||
indexOf(Object) : int |
||
indexOf(Object, int) : int |
||
lastIndexOf(Object) : int |
||
lastIndexOf(Object, int) : int |
||
elementAt(int) : Object |
||
firstElement() : Object |
||
lastElement() : Object |
||
setElementAt(Object, int) : void |
||
removeElementAt(int) : void |
||
insertElementAt(Object, int) : void |
||
addElement(Object) : void |
||
removeElement(Object) : boolean |
||
removeAllElements() : void |
||
clone() : Object |
||
toArray() : Object[] |
||
get(int) : Object |
||
add(Object) : boolean |
||
remove(Object) : boolean |
||
add(int, Object) : void |
||
remove(int) : Object |
||
clear() : void |
||
containsAll(Collection) : boolean |
||
addAll(Collection) : boolean |
||
removeAll(Collection) : boolean |
||
retainAll(Collection) : boolean |
||
removeIf(Predicate) : boolean |
||
addAll(int, Collection) : boolean |
||
equals(Object) : boolean |
||
hashCode() : int |
||
toString() : String |
||
subList(int, int) : List |
||
removeRange(int, int) : void |
||
listIterator(int) : ListIterator |
||
listIterator() : ListIterator |
||
iterator() : Iterator |
||
forEach(Consumer) : void |
||
replaceAll(UnaryOperator) : void |
||
sort(Comparator) : void |
||
spliterator() : Spliterator |