public static class IntervalSet.Builder<T extends java.lang.Comparable<T>>
extends java.lang.Object
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 © 2021 The Apache Software Foundation