Class GeneratorFromConverter<F,B,X extends Generator<B>>
java.lang.Object
org.aksw.commons.collections.generator.GeneratorFromConverter<F,B,X>
- All Implemented Interfaces:
Generator<F>
- Direct Known Subclasses:
GeneratorLendingFromConverter
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGeneratorFromConverter(X delegate, com.google.common.base.Converter<B, F> converter) -
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
-
converter
-
-
Constructor Details
-
GeneratorFromConverter
-
-
Method Details
-
next
-
current
-
clone
Description copied from interface:GeneratorClones should independently yield the same sequences of items as the original object
-