Class GeneratorFromFunction<T>
java.lang.Object
org.aksw.commons.collections.generator.GeneratorFromFunction<T>
- All Implemented Interfaces:
Generator<T>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Clones should independently yield the same sequences of items as the original objectstatic <T> GeneratorFromFunction<T> static GeneratorFromFunction<Integer> static GeneratorFromFunction<Integer> createInt(int initialNext) current()next()Methods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Generator
filterDrop, filterKeep, map
-
Field Details
-
current
-
inc
-
-
Constructor Details
-
GeneratorFromFunction
-
-
Method Details
-
next
-
current
-
clone
-
create
-
createInt
-
createInt
-