org.n52.security.common.collections
Class FilterIterable<NewType,OldType>

java.lang.Object
  extended by org.n52.security.common.collections.FilterIterable<NewType,OldType>
All Implemented Interfaces:
Iterable<NewType>

public class FilterIterable<NewType,OldType>
extends Object
implements Iterable<NewType>


Constructor Summary
FilterIterable(Iterable<OldType> decoratedIterable, Filter<NewType,OldType> filter)
           
 
Method Summary
 Iterator<NewType> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterIterable

public FilterIterable(Iterable<OldType> decoratedIterable,
                      Filter<NewType,OldType> filter)
Method Detail

iterator

public Iterator<NewType> iterator()
Specified by:
iterator in interface Iterable<NewType>


Copyright © 2004–2013 52north.org. All rights reserved.