Uses of Interface
org.alindner.tools.common.random.generator.Generator.ICharPool
-
Packages that use Generator.ICharPool Package Description org.alindner.tools.common.random org.alindner.tools.common.random.generator -
-
Uses of Generator.ICharPool in org.alindner.tools.common.random
Methods in org.alindner.tools.common.random with parameters of type Generator.ICharPool Modifier and Type Method Description static <T> org.alindner.tools.common.random.Random.RandomStream<T>Random. build(Generator.ICharPool<T> pool)Build a stream based on a given char poolstatic <T> org.alindner.tools.common.random.Random.RandomStream<T>Random. build(Generator.ICharPool<T> pool, Random random)Build a stream based on a given char poolstatic <T> List<T>Random. list(int count, int length, Predicate<? super T> method, Generator.ICharPool<T> generator)static <T> Stream<T>Random. stream(int limit, int length, Predicate<? super T> method, Generator.ICharPool<T> generator)static <T> Stream<T>Random. streamParallel(int count, int length, Generator.ICharPool<T> generator)static <T> Stream<T>Random. streamParallelUnique(int count, int length, Predicate<? super T> method, Generator.ICharPool<T> generator) -
Uses of Generator.ICharPool in org.alindner.tools.common.random.generator
Classes in org.alindner.tools.common.random.generator that implement Generator.ICharPool Modifier and Type Class Description static classGenerator.AlphaNumericPoolan alphanumeric string generator.static classGenerator.IntegerNumbersstatic classGenerator.Numbers
-