| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util |
||
| 73 | ||
EMPTY_SET : Set |
||
EMPTY_LIST : List |
||
EMPTY_MAP : Map |
||
sort(List) : void |
||
sort(List, Comparator) : void |
||
reverse(List) : void |
||
shuffle(List) : void |
||
swap(List, int, int) : void |
||
min(Collection) : Object |
||
max(Collection) : Object |
||
rotate(List, int) : void |
||
unmodifiableCollection(Collection) : Collection |
||
unmodifiableNavigableSet(NavigableSet) : NavigableSet |
||
unmodifiableNavigableMap(NavigableMap) : NavigableMap |
||
synchronizedCollection(Collection) : Collection |
||
synchronizedNavigableSet(NavigableSet) : NavigableSet |
||
synchronizedNavigableMap(NavigableMap) : NavigableMap |
||
emptyIterator() : Iterator |
||
emptyListIterator() : ListIterator |
||
emptyEnumeration() : Enumeration |
||
emptySet() : Set |
||
emptySortedSet() : SortedSet |
||
emptyNavigableSet() : NavigableSet |
||
emptyList() : List |
||
emptyMap() : Map |
||
emptySortedMap() : SortedMap |
||
emptyNavigableMap() : NavigableMap |
||
reverseOrder() : Comparator |
||
reverseOrder(Comparator) : Comparator |
||
enumeration(Collection) : Enumeration |
||
list(Enumeration) : ArrayList |
||
frequency(Collection, Object) : int |
||
disjoint(Collection, Collection) : boolean |
||
addAll(Collection, Object[]) : boolean |
||