Package ghidra.util
Class AddressIteratorAdapter.BackwardAddressIterator
java.lang.Object
ghidra.util.AddressIteratorAdapter.BackwardAddressIterator
- All Implemented Interfaces:
PeekableIterator<Address>,Iterator<Address>
- Enclosing class:
AddressIteratorAdapter
protected static class AddressIteratorAdapter.BackwardAddressIterator
extends Object
implements PeekableIterator<Address>
-
Constructor Details
-
BackwardAddressIterator
-
BackwardAddressIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
peek
Description copied from interface:PeekableIteratorReturns the item that would be returned by callingIterator.next(), but without incrementing the iterator.- Specified by:
peekin interfacePeekableIterator<Address>- Returns:
- the item that would be returned by calling
Iterator.next() - Throws:
NoSuchElementException- if there is no element to peek at
-