| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util |
||
| 100 | ||
AbstractSequentialList() : void |
||
get(int) : Object |
||
add(int, Object) : void |
||
remove(int) : Object |
||
addAll(int, Collection) : boolean |
||
iterator() : Iterator |
||
listIterator(int) : ListIterator |