- All Implemented Interfaces:
Generator<Type>
- Direct Known Subclasses:
Md5, Sha256
public abstract class DelegatingGenerator<Type>
extends Object
implements Generator<Type>
-
Constructor Summary
Constructors
-
Method Summary
Generates and returns another value.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
next
Generates and returns another value.
- Specified by:
next in interface Generator<Type>