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 Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Generator
filterDrop, filterKeep, map
-
Field Details
-
delegate
-
-
Constructor Details
-
GeneratorForwarding
-
-
Method Details
-
getDelegate
-
next
-
current
-
clone
-