Class GeneratorLendingFromConverter<F, B, X extends GeneratorLending<B>>
java.lang.Object
org.aksw.commons.collections.generator.GeneratorFromConverter<F,B,X>
org.aksw.commons.collections.generator.GeneratorLendingFromConverter<F,B,X>
- All Implemented Interfaces:
Generator<F>, GeneratorLending<F>
public class GeneratorLendingFromConverter<F, B, X extends GeneratorLending<B>>
extends GeneratorFromConverter<F,B,X>
implements GeneratorLending<F>
-
Field Summary
Fields inherited from class GeneratorFromConverter
converter, delegate -
Constructor Summary
ConstructorsConstructorDescriptionGeneratorLendingFromConverter(X delegate, com.google.common.base.Converter<B, F> converter) -
Method Summary
Methods inherited from class GeneratorFromConverter
clone, current, nextMethods inherited from class Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Generator
clone, current, filterDrop, filterKeep, map, next
-
Constructor Details
-
GeneratorLendingFromConverter
-
-
Method Details
-
giveBack
- Specified by:
giveBackin interfaceGeneratorLending<F>
-