Class TreeValueSortedMap.ValueSortedTreeMapEntrySet

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

protected class TreeValueSortedMap.ValueSortedTreeMapEntrySet extends AbstractSet<Map.Entry<K,V>> implements ValueSortedMap.ValueSortedMapEntryList<K,V>
A public view of the map as a set of entries 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, all of the mutation methods are supported.