Package | Description |
---|---|
tech.tablesaw.util.collections |
Modifier and Type | Class and Description |
---|---|
class |
IntTreeRangeSet
An implementation of
IntRangeSet backed by a TreeMap . |
Modifier and Type | Method and Description |
---|---|
IntRangeSet |
IntRangeSet.complement()
Returns a view of the complement of this
IntRangeSet . |
IntRangeSet |
IntTreeRangeSet.complement() |
IntRangeSet |
IntRangeSet.subRangeSet(IntRange view)
Returns a view of the intersection of this
IntRangeSet with the specified range. |
IntRangeSet |
IntTreeRangeSet.subRangeSet(IntRange view) |
Modifier and Type | Method and Description |
---|---|
void |
IntRangeSet.addAll(IntRangeSet other)
Adds all of the ranges from the specified range set to this range set (optional operation).
|
static IntTreeRangeSet |
IntTreeRangeSet.create(IntRangeSet rangeSet)
Returns a
IntTreeRangeSet initialized with the ranges in the specified range set. |
boolean |
IntRangeSet.enclosesAll(IntRangeSet other)
Returns
true if for each member range in other there exists a member range in
this range set which encloses it. |
void |
IntRangeSet.removeAll(IntRangeSet other)
Removes all of the ranges from the specified range set from this range set (optional
operation).
|
Copyright © 2017. All rights reserved.