| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util |
||
| 100 | ||
TreeSet() : void |
||
TreeSet(Comparator) : void |
||
TreeSet(Collection) : void |
||
TreeSet(SortedSet) : void |
||
iterator() : Iterator |
||
descendingIterator() : Iterator |
||
descendingSet() : NavigableSet |
||
size() : int |
||
isEmpty() : boolean |
||
contains(Object) : boolean |
||
add(Object) : boolean |
||
remove(Object) : boolean |
||
clear() : void |
||
addAll(Collection) : boolean |
||
headSet(Object, boolean) : NavigableSet |
||
tailSet(Object, boolean) : NavigableSet |
||
comparator() : Comparator |
||
first() : Object |
||
last() : Object |
||
pollFirst() : Object |
||
pollLast() : Object |
||
addFirst(Object) : void |
||
addLast(Object) : void |
||
clone() : Object |
||
spliterator() : Spliterator |