public interface IFilterable<F extends java.io.Serializable>
IFlexible,
IExpandable,
IHeader,
IHolder,
ISectionable| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(F constraint)
Checks and performs the filter on this item.
|
boolean filter(F constraint)
Note: Filter method makes use of HashSet, in case you implemented
Object.equals(Object) you should implement Object.hashCode() too!
constraint - the filter applied by the user. In case of String it's always lowercase.