T - public class Densify<T> extends Object implements UnaryOperator<List<DenseRange<T>>>
DenseRange<T> to an equivalent List (possibly empty) of
sorted, non-overlapping, non-empty ranges.| Constructor and Description |
|---|
Densify(SequencingPolicy<T> sequencer,
Comparator<Optional<T>> comparator) |
| Modifier and Type | Method and Description |
|---|---|
List<DenseRange<T>> |
apply(List<DenseRange<T>> ranges) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitidentitypublic Densify(SequencingPolicy<T> sequencer, Comparator<Optional<T>> comparator)
public List<DenseRange<T>> apply(List<DenseRange<T>> ranges)
apply in interface Function<List<DenseRange<T>>,List<DenseRange<T>>>Copyright © 2017. All rights reserved.