Class TreeValueSortedMap.KeyListIterator
java.lang.Object
ghidra.generic.util.datastruct.TreeValueSortedMap.KeyListIterator
- All Implemented Interfaces:
Iterator<K>, ListIterator<K>
- Enclosing class:
TreeValueSortedMap<K,V>
An iterator of the keys
-
Method Details
-
add
- Specified by:
addin interfaceListIterator<K>
-
hasNext
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<K>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<K>
-
previous
- Specified by:
previousin interfaceListIterator<K>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<K>
-
remove
-
set
- Specified by:
setin interfaceListIterator<K>
-