Class GeneratorFilter<T>
java.lang.Object
org.aksw.commons.collections.generator.GeneratorForwarding<T>
org.aksw.commons.collections.generator.GeneratorFilter<T>
- All Implemented Interfaces:
Generator<T>
-
Field Summary
FieldsFields inherited from class org.aksw.commons.collections.generator.GeneratorForwarding
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.collections.generator.GeneratorForwarding
current, getDelegateMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.collections.generator.Generator
filterDrop, filterKeep, map
-
Field Details
-
predicate
-
-
Constructor Details
-
GeneratorFilter
-
-
Method Details
-
clone
Description copied from interface:GeneratorClones should independently yield the same sequences of items as the original object -
next
-