public interface RecordFilter
extends java.lang.Cloneable, java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
RecordFilters must override Object.clone()
|
boolean |
match(Record record)
Returns true if the filter matches the given record.
|
boolean match(Record record)
record - recordjava.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException - exception