com.github.cage
Interface IGeneratorFactory<T>

Type Parameters:
T - the type of objects generated by the generators created by this object.
All Superinterfaces:
IGenerator<IGenerator<T>>
All Known Implementing Classes:
RandomCharacterGeneratorFactory

public interface IGeneratorFactory<T>
extends IGenerator<IGenerator<T>>

Factory creating IGenerators.

Author:
akiraly

Method Summary
 
Methods inherited from interface com.github.cage.IGenerator
next
 



Copyright © 2011. All Rights Reserved.