Package ghidra.app.util.opinion
Class AddressSetPartitioner
java.lang.Object
ghidra.app.util.opinion.AddressSetPartitioner
- All Implemented Interfaces:
Iterable<AddressRange>
-
Constructor Summary
ConstructorDescriptionAddressSetPartitioner
(AddressSet set, Map<AddressRange, byte[]> rangeMap, Set<Address> partitionSet) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AddressSetPartitioner
public AddressSetPartitioner(AddressSet set, Map<AddressRange, byte[]> rangeMap, Set<Address> partitionSet)
-
-
Method Details
-
iterator
- Specified by:
iterator
in interfaceIterable<AddressRange>
-
getPartionedRangeMap
-