Class TreeValueSortedMap.ValueSortedTreeMapKeySet

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<K>
ghidra.generic.util.datastruct.TreeValueSortedMap.ValueSortedTreeMapKeySet
All Implemented Interfaces:
ValueSortedMap.LesserList<K>, ValueSortedMap.ValueSortedMapKeyList<K>, Iterable<K>, Collection<K>, Set<K>
Enclosing class:
TreeValueSortedMap<K,V>

protected class TreeValueSortedMap.ValueSortedTreeMapKeySet extends AbstractSet<K> implements ValueSortedMap.ValueSortedMapKeyList<K>
A public view of the map as a set of keys In addition to Set, this view implements List and Deque, since an ordered set 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.