infovis.utils
Class FilteredRowComparator
java.lang.Object
infovis.utils.FilteredRowComparator
- All Implemented Interfaces:
- IntComparator, RowComparator
public class FilteredRowComparator
- extends Object
- implements RowComparator
Class FilteredRowComparator
- Version:
- $Revision: 1.1 $
- Author:
- Jean-Daniel Fekete
Method Summary |
int |
compare(int a,
int b)
|
boolean |
isValueUndefined(int row)
Returns true if the value at the specified row is undefined. |
FilteredRowComparator
public FilteredRowComparator(RowComparator comparator,
RowFilter filter)
FilteredRowComparator
public FilteredRowComparator(RowFilter filter)
isValueUndefined
public boolean isValueUndefined(int row)
- Description copied from interface:
RowComparator
- Returns
true
if the value at the specified row is undefined.
- Specified by:
isValueUndefined
in interface RowComparator
- Parameters:
row
- the row.
- Returns:
true
if the value at the specified row is undefined.
compare
public int compare(int a,
int b)
- Specified by:
compare
in interface IntComparator
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.