public class RangesAccumulator<T extends RangesBuffer> extends Object
| Constructor and Description |
|---|
RangesAccumulator(T acc) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRange(int lo,
int hi) |
void |
addSet(SortedListOfRanges set) |
void |
appendRange(int lo,
int hi) |
void |
clear() |
T |
get() |
T |
getTmp() |
public RangesAccumulator(T acc)
public T get()
public T getTmp()
public void addRange(int lo,
int hi)
public void appendRange(int lo,
int hi)
public void addSet(SortedListOfRanges set)
public void clear()