EntryListIterator

Package: ghidra.generic.util.datastruct
Type: class

9.2_PUBLIC

removedtype: ghidra.generic.util.datastruct.DynamicValueSortedTreeMap.EntryListIterator
class EntryListIterator

9.0.2_PUBLIC

modifiedtype-implements: EntryListIterator
- (none)
+ java.util.ListIterator
modifiedmethod: next
return type: Node → Node
- DynamicValueSortedTreeMap.Node next()
+ ghidra.generic.util.datastruct.DynamicValueSortedTreeMap<K,V>.Node next()
modifiedmethod: previous
return type: Node → Node
- DynamicValueSortedTreeMap.Node previous()
+ ghidra.generic.util.datastruct.DynamicValueSortedTreeMap<K,V>.Node previous()

9.0.1_PUBLIC

introducedInitial version