public static class IntervalSet.Builder<T extends java.lang.Comparable<T>>
extends java.lang.Object
curr().getKey() <= curr().getValue() < next().getKey()| Modifier and Type | Method and Description | 
|---|---|
| void | add(T start,
   T end)Add an interval to the set and perform normalization. | 
| void | addAll(IntervalSet<T> otherSet) | 
| IntervalSet<T> | build() | 
public void addAll(IntervalSet<T> otherSet)
public IntervalSet<T> build()
Copyright © 2018 The Apache Software Foundation