IntervalSet.subtract

Compute the set difference between two interval sets. The specific operation is {@code left - right}. If either of the input sets is {@code null}, it is treated as though it was an empty set.

  1. IntervalSet subtract(IntSet a)
  2. IntervalSet subtract(IntervalSet left, IntervalSet right)
    class IntervalSet

Meta