| Item | % of partially implemented | % of fully implemented |
|---|---|---|
java.util |
||
| 100 | ||
PriorityQueue() : void |
||
PriorityQueue(int) : void |
||
PriorityQueue(Comparator) : void |
||
PriorityQueue(int, Comparator) : void |
||
PriorityQueue(Collection) : void |
||
PriorityQueue(PriorityQueue) : void |
||
PriorityQueue(SortedSet) : void |
||
add(Object) : boolean |
||
offer(Object) : boolean |
||
peek() : Object |
||
remove(Object) : boolean |
||
contains(Object) : boolean |
||
toArray() : Object[] |
||
iterator() : Iterator |
||
size() : int |
||
clear() : void |
||
poll() : Object |
||
comparator() : Comparator |
||
spliterator() : Spliterator |
||
removeIf(Predicate) : boolean |
||
removeAll(Collection) : boolean |
||
retainAll(Collection) : boolean |
||
forEach(Consumer) : void |