|
LazyLib | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of object to be filtered.
public static interface CollectionUtils.CollectionFilter<T>
Used with
CollectionUtils.filter(Collection, CollectionUtils.CollectionFilter)
to filter out unwanted entries in a Collection
.
Method Summary | |
---|---|
boolean |
accept(T t)
Returns if an object should be allowed past this filter. |
Method Detail |
---|
boolean accept(T t)
t
- The object to be checked.
true
if this object should be kept in the
Collection
.
|
LazyLib | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |