public class BOFilterQueryResults extends ProgressHandlingQueryResults implements BOFilterI
QueryResultsI wrapper that automatically filters all results from the wrapped QueryResultsI
instance by the given BOFilterI's fits() method.| Constructor and Description |
|---|
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr) |
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr,
long _upperCount) |
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr,
long _upperCount,
boolean _logProgress) |
BOFilterQueryResults(BOFilterI _filter,
de.ipcon.db.core.QueryResultsI _qr,
ProgressHandler _ph) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
close() |
boolean |
fits(BOI bo) |
boolean |
hasNext() |
java.lang.Object |
next() |
currentTag, getProgressHandler, isClosed, removepublic BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr)
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr, long _upperCount)
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr, long _upperCount, boolean _logProgress)
public BOFilterQueryResults(BOFilterI _filter, de.ipcon.db.core.QueryResultsI _qr, ProgressHandler _ph)
public boolean hasNext()
hasNext in interface java.util.IteratorhasNext in class ProgressHandlingQueryResultspublic java.lang.Object next()
next in interface java.util.Iteratornext in class ProgressHandlingQueryResultspublic void close()
close in interface de.ipcon.db.core.QueryResultsIclose in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class ProgressHandlingQueryResultspublic void cancel()
cancel in interface de.ipcon.db.core.QueryResultsIcancel in class ProgressHandlingQueryResultsCopyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.