edu.mssm.crover.tables
Class AcceptAllRowFilter
java.lang.Object
edu.mssm.crover.tables.RowFilter
edu.mssm.crover.tables.AcceptAllRowFilter
public class AcceptAllRowFilter
- extends RowFilter
- Author:
- campagne Date: Feb 28, 2006 Time: 1:52:04 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AcceptAllRowFilter
public AcceptAllRowFilter()
accept
public boolean accept(Table table,
Table.RowIterator ri)
- Description copied from class:
RowFilter
- Determine if a row should be kept by the filtering process. The default
implementation accepts any row.
- Specified by:
accept in class RowFilter
- Returns:
- True if the row should be kept by the filter. False otherwise.
Copyright © 2001-2009 Institute for Computational Biomedicine, All Rights Reserved.