Interface OverlappingObjectIterator.Ranger<T>

Type Parameters:
T - the type of objects returned by an iterator
All Known Implementing Classes:
OverlappingObjectIterator.AddressRangeRanger, OverlappingObjectIterator.CodeUnitRanger, OverlappingObjectIterator.SnapRangeKeyRanger
Enclosing class:
OverlappingObjectIterator<L,R>

public static interface OverlappingObjectIterator.Ranger<T>
A means of obtaining the range attribute from each object
  • Method Details

    • getMinAddress

      Address getMinAddress(T t)
    • getMaxAddress

      Address getMaxAddress(T t)