private final class FsFilteringManager.FilteredControllerIterator extends FilteringIterator<FsController<?>>
| Modifier and Type | Field and Description |
|---|---|
(package private) String |
pp |
(package private) int |
ppl |
(package private) boolean |
pps |
(package private) String |
ps |
| Constructor and Description |
|---|
FsFilteringManager.FilteredControllerIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
accept(FsController<?> controller)
Returns
true if and only if this filtering iterator accepts the
given element. |
hasNext, next, removeFsFilteringManager.FilteredControllerIterator()
protected boolean accept(FsController<?> controller)
FilteringIteratortrue if and only if this filtering iterator accepts the
given element.accept in class FilteringIterator<FsController<?>>controller - the element to testtrue if and only if this filtering iterator accepts the
given element.Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.