private static final class ObjectFilter.AllFilter extends ObjectFilter
ALL| Modifier | Constructor and Description |
|---|---|
private |
AllFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
include(ObjectWalk walker,
AnyObjectId o)
Determine if the named object should be included in the walk.
|
public boolean include(ObjectWalk walker, AnyObjectId o)
ObjectFilterinclude in class ObjectFilterwalker - the active walker this filter is being invoked from within.o - the object currently being tested.true if the named object should be included in the walk.