Package ghidra.generic.util.datastruct
-
Interface Summary Interface Description SortedList<E> An interface for sorted listsValueSortedMap<K,V> A map that is sorted by value.ValueSortedMap.ValueSortedMapEntryList<K,V> ValueSortedMap.ValueSortedMapKeyList<K> -
Class Summary Class Description RestrictedValueSortedMap<K,V> A view of the value-sorted map for implementingRestrictedValueSortedMap.subMapByValue(Object, boolean, Object, boolean)
, etc.TreeSetValuedTreeMap<K,V> A multi-valued map using a tree map of tree setsTreeValueSortedMap<K,V> A tree-based implementation of a value-sorted map The underlying implementation is currently an unbalanced binary tree whose nodes also comprise a doubly-linked list.