public interface Filter
ConnectorObject.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ConnectorObject obj)
Determines whether the specified
ConnectorObject
matches this filter. |
boolean accept(ConnectorObject obj)
ConnectorObject
matches this filter.obj - - The specified ConnectorObject.true if the object matches
(that is, satisfies all selection criteria of) this filter;
otherwise false.Copyright © 2013. All Rights Reserved.