Package ghidra.generic.util.datastruct
Class TreeValueSortedMap.ValueListIterator
java.lang.Object
ghidra.generic.util.datastruct.TreeValueSortedMap.ValueListIterator
- All Implemented Interfaces:
Iterator<V>
,ListIterator<V>
- Enclosing class:
TreeValueSortedMap<K,
V>
An iterator of the values
-
Method Details
-
add
- Specified by:
add
in interfaceListIterator<V>
-
hasNext
public boolean hasNext() -
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator<V>
-
next
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator<V>
-
previous
- Specified by:
previous
in interfaceListIterator<V>
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator<V>
-
remove
public void remove() -
set
- Specified by:
set
in interfaceListIterator<V>
-