Class TreeValueSortedMap.ValueSortedTreeMapValues

java.lang.Object
java.util.AbstractCollection<V>
ghidra.generic.util.datastruct.TreeValueSortedMap.ValueSortedTreeMapValues
All Implemented Interfaces:
SortedList<V>, ValueSortedMap.LesserList<V>, Iterable<V>, Collection<V>
Enclosing class:
TreeValueSortedMap<K,V>

protected class TreeValueSortedMap.ValueSortedTreeMapValues extends AbstractCollection<V> implements SortedList<V>
A public view of the map as a list of values This view implements SortedList and Deque, since an ordered collection ought to behave like a list, and since this implementation is meant to be used as a dynamic-cost priority queue. Generally, only the removal mutation methods are supported, all others are not supported.