Package ghidra.generic.util.datastruct
package ghidra.generic.util.datastruct
-
ClassDescriptionA view of the value-sorted map for implementing
RestrictedValueSortedMap.subMapByValue(Object, boolean, Object, boolean)
, etc.A sparse byte array characterized by contiguous dense regionsSortedList<E>An interface for sorted listsTreeSetValuedTreeMap<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.ValueSortedMap<K,V> A map that is sorted by value.An interface with a subset of methods fromList
.