|
Search this API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Filter
Specifies the contract of a general purpose filter. A filter is a predicate-style functor that either accepts or rejects a given test object.
Method Summary | |
---|---|
boolean |
accept(java.lang.Object o)
Tests whether the specified Object should be accepted (or
rejected) by this filter implementation. |
Method Detail |
---|
boolean accept(java.lang.Object o)
Object
should be accepted (or
rejected) by this filter implementation.
o
- the Object
to be tested.
true
iff this filter accepts the specified
Object
; false
otherwise.
|
© Copyright 2000-2022, yWorks GmbH. All rights reserved. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |