public class InverseRowSubset extends RowSubset
Constructor | Description |
---|---|
InverseRowSubset(RowSubset base) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
RowSubset |
getInvertedSubset() |
Returns the subset on which this one is based.
|
boolean |
isIncluded(long lrow) |
Indicates whether a given row is in the subset or not.
|
public InverseRowSubset(RowSubset base)
base
- subset to be invertedpublic boolean isIncluded(long lrow)
RowSubset
isIncluded
in class RowSubset
lrow
- the index of the row in questionpublic RowSubset getInvertedSubset()
Copyright ? 2003-2018 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.