|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the algorithm that determines which elements are in and which are out of the filtered collection.
Method Summary | |
---|---|
boolean |
accept(java.lang.Object element)
Determines whether to accept or reject the specified element from the collection. |
Method Detail |
public boolean accept(java.lang.Object element)
element
from the collection.
element
- an element of the filtered collection
true
if the element
should be
included in the filtered view; false
, otherwise
|
Copyright 2002, 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |