public abstract static class RowFilters.GeneralFilter extends RowFilter<Object,Object>
RowFilter.ComparisonType, RowFilter.Entry<M extends Object,I extends Object>
Modifier | Constructor | Description |
---|---|---|
protected |
GeneralFilter(int... columns) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
checkIndices(int[] columns) |
Throws an IllegalArgumentException if any of the values in
columns are < 0.
|
boolean |
include(RowFilter.Entry<? extends Object,? extends Object> value) |
|
protected abstract boolean |
include(RowFilter.Entry<? extends Object,? extends Object> value,
int index) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andFilter, dateFilter, notFilter, numberFilter, orFilter, regexFilter
public boolean include(RowFilter.Entry<? extends Object,? extends Object> value)
protected abstract boolean include(RowFilter.Entry<? extends Object,? extends Object> value, int index)
protected void checkIndices(int[] columns)
Copyright © 2018. All rights reserved.