Uses of Class
org.geolatte.geom.generator.Choice
-
Packages that use Choice Package Description org.geolatte.geom.generator -
-
Uses of Choice in org.geolatte.geom.generator
Methods in org.geolatte.geom.generator that return Choice Modifier and Type Method Description static <T> Choice<T>Choice. of(List<T> choices)Constructors in org.geolatte.geom.generator with parameters of type Choice Constructor Description PropertyMapGenerator(int size, Generator<String> keyGenerator, Choice<Generator<?>> valueGeneratorChoice)
-