Package jetbrains.buildServer.util
Class CollectionsUtil.FilteringIterable<T>
- java.lang.Object
-
- jetbrains.buildServer.util.CollectionsUtil.FilteringIterable<T>
-
- All Implemented Interfaces:
Iterable<T>
- Enclosing class:
- CollectionsUtil
public static class CollectionsUtil.FilteringIterable<T> extends Object implements Iterable<T>
-
-
Constructor Summary
Constructors Constructor Description FilteringIterable(Iterable<T> iterable, Predicate<T> filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator<T>
iterator()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-