Package ghidra.app.util.opinion
Class AddressSetPartitioner
java.lang.Object
ghidra.app.util.opinion.AddressSetPartitioner
- All Implemented Interfaces:
 Iterable<AddressRange>
- 
Constructor Summary
ConstructorsConstructorDescriptionAddressSetPartitioner(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, waitMethods 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:
 iteratorin interfaceIterable<AddressRange>
 - 
getPartionedRangeMap
 
 -