public interface Matcher<E>
For best safety, implementations of Matcher should be
immutable. This
guarantees that FilterLists can safely call
matches() without synchronization.
In order to create dynamic filtering, use a
MatcherEditor, which
can create immutable Matcher Objects each time the matching constraints
change.
FilterList,
MatcherEditor| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(E item)
Return true if an item matches a filter.
|
boolean matches(E item)
item - The item possibly being filtered.Glazed Lists, Copyright © 2003 publicobject.com, O'Dell Engineering.
Documentation build by debian at 2016-11-28 3:17