Package ghidra.generic.util.datastruct
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:
add
in interfaceListIterator<K>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<K>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<K>
-
previous
- Specified by:
previous
in interfaceListIterator<K>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<K>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<K>
-