Class TreeValueSortedMap.Node

java.lang.Object
ghidra.generic.util.datastruct.TreeValueSortedMap.Node
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
TreeValueSortedMap<K,V>

protected class TreeValueSortedMap.Node extends Object implements Map.Entry<K,V>
An entry in the map. Nodes are elements of a binary tree and a doubly-linked list.