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