IntervalSet.ofSet constructor

IntervalSet.ofSet(
  1. IntervalSet set
)

Implementation

IntervalSet.ofSet(IntervalSet set) {
  addAll(set);
}