Package ghidra.util.database
Class AbstractDirectedLongKeyIterator
java.lang.Object
ghidra.util.database.AbstractDirectedLongKeyIterator
- All Implemented Interfaces:
DirectedIterator<Long>,DirectedLongKeyIterator
- Direct Known Subclasses:
BackwardLongKeyIterator,ForwardLongKeyIterator
public abstract class AbstractDirectedLongKeyIterator
extends Object
implements DirectedLongKeyIterator
An abstract implementation of
DirectedLongKeyIterator
Essentially, this just wraps a DBLongIterator, but imposes and encapsulates its
direction.
-
Nested Class Summary
Nested classes/interfaces inherited from interface ghidra.util.database.DirectedIterator
DirectedIterator.Direction -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ghidra.util.database.DirectedIterator
hasNext, next
-
Field Details
-
it
-
-
Constructor Details
-
AbstractDirectedLongKeyIterator
Wrap the given iterator- Parameters:
it- the iterator
-
-
Method Details
-
delete
Description copied from interface:DirectedIteratorDelete the current record- Specified by:
deletein interfaceDirectedIterator<Long>- Returns:
- true if successful
- Throws:
IOException- if the table cannot be accessed
-