Package ghidra.util.datastruct
Class PropertySetIndexRangeIterator
java.lang.Object
ghidra.util.datastruct.PropertySetIndexRangeIterator
- All Implemented Interfaces:
IndexRangeIterator
Iterator over Property Set Index ranges that have the same value
-
Constructor Summary
ConstructorDescriptionPropertySetIndexRangeIterator
(ValueMap set, long start) Constructor for PropertySetIndexRangeIterator. -
Method Summary
-
Constructor Details
-
PropertySetIndexRangeIterator
Constructor for PropertySetIndexRangeIterator.
-
-
Method Details
-
hasNext
public boolean hasNext()Description copied from interface:IndexRangeIterator
Returns true if there are more index ranges.- Specified by:
hasNext
in interfaceIndexRangeIterator
- Returns:
- true if there are more index ranges.
- See Also:
-
next
Description copied from interface:IndexRangeIterator
Returns the next index range.- Specified by:
next
in interfaceIndexRangeIterator
- Returns:
- the next index range.
- See Also:
-