infovis.utils
Class InverseRowComparator
java.lang.Object
infovis.utils.InverseRowComparator
- All Implemented Interfaces:
- IntComparator, RowComparator
public class InverseRowComparator
- extends Object
- implements RowComparator
Class InverseComparator
- Version:
- $Revision: 1.1 $
- Author:
- Jean-Daniel Fekete
InverseRowComparator
public InverseRowComparator(RowComparator comparator)
compare
public int compare(int row1,
int row2)
- Specified by:
compare
in interface IntComparator
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.
getComparator
public RowComparator getComparator()
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.