public class LCMSRangeSet extends Object implements Serializable
LCMSDataSubset
A union of several LCMSRange objects. It will not store the objects
added to it, so there is no way to retrieve an added object.| Modifier and Type | Class and Description |
|---|---|
protected class |
LCMSRangeSet.MsLevelRangeSet |
| Constructor and Description |
|---|
LCMSRangeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(LCMSRange range)
This add method gradually removes scan-ranges from the input range as it
descends down the hierarchy.
|
boolean |
isEmpty() |
void |
subtract(LCMSRangeSet other)
Will modify the set.
|
public void add(LCMSRange range)
range - public void subtract(LCMSRangeSet other)
other - public boolean isEmpty()
Copyright © 2017. All rights reserved.