org.n52.security.common.collections
Class FilterIterable<NewType,OldType>
java.lang.Object
org.n52.security.common.collections.FilterIterable<NewType,OldType>
- All Implemented Interfaces:
- Iterable<NewType>
public class FilterIterable<NewType,OldType>
- extends Object
- implements Iterable<NewType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterIterable
public FilterIterable(Iterable<OldType> decoratedIterable,
Filter<NewType,OldType> filter)
iterator
public Iterator<NewType> iterator()
- Specified by:
iterator
in interface Iterable<NewType>
Copyright © 2004–2013 52north.org. All rights reserved.