|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IElementFilter<E>
Filter for accepting or rejecting visited elements.
| Method Summary | |
|---|---|
boolean |
canAccept(Object o)
Return true iff this this filter can be used on the specified object (filter on the object class). |
| Methods inherited from interface cutthecrap.utils.striterators.IFilterTest |
|---|
isValid |
| Method Detail |
|---|
boolean canAccept(Object o)
Note: This was added to make it possible filter out cases where the
runtime type system was throwing a ClassCastException in the
IFilterTest.isValid(Object) implementation.
o - An object of some type.
true if the element can be inspected by this filter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||