Class GeneratorTransforming<F,B>
java.lang.Object
org.aksw.commons.collections.generator.GeneratorTransforming<F,B>
- All Implemented Interfaces:
Generator<F>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods 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
-
delegate
-
transform
-
-
Constructor Details
-
GeneratorTransforming
-
-
Method Details
-
next
-
current
-
clone
Description copied from interface:GeneratorClones should independently yield the same sequences of items as the original object
-