uk.ac.starlink.topcat
Class InverseRowSubset
java.lang.Object
uk.ac.starlink.topcat.RowSubset
uk.ac.starlink.topcat.InverseRowSubset
public class InverseRowSubset
- extends RowSubset
RowSubset implementation which provides the complement of a base set.
- Since:
- 26 Mar 2004
- Author:
- Mark Taylor (Starlink)
Method Summary |
boolean |
isIncluded(long lrow)
Indicates whether a given row is in the subset or not. |
InverseRowSubset
public InverseRowSubset(RowSubset base)
- Constructor.
- Parameters:
base
- subset to be inverted
isIncluded
public boolean isIncluded(long lrow)
- Description copied from class:
RowSubset
- Indicates whether a given row is in the subset or not.
- Specified by:
isIncluded
in class RowSubset
- Parameters:
lrow
- the index of the row in question
- Returns:
- true iff row lrow is to be included
Copyright ? 2003-2017 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.