E - filtered objects typepublic interface Filter<E>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(E object)
Returns whether the specified object is accepted by this filter or not.
|
boolean accept(E object)
object - object to processtrue if the specified object is accepted by this filter, false otherwiseCopyright © 2020. All rights reserved.