Class GeneratorForwarding<T>
java.lang.Object
org.aksw.commons.collections.generator.GeneratorForwarding<T>
- All Implemented Interfaces:
Generator<T>
- Direct Known Subclasses:
GeneratorBlacklist,GeneratorFilter,GeneratorLendingImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract GeneratorForwarding<T>clone()Clones should independently yield the same sequences of items as the original objectcurrent()next()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
-
-
Constructor Details
-
GeneratorForwarding
-
-
Method Details
-
getDelegate
-
next
-
current
-
clone
Description copied from interface:GeneratorClones should independently yield the same sequences of items as the original object
-