Uses of Interface
com.github.curiousoddman.rgxgen.iterators.StringIterator
-
-
Uses of StringIterator in com.github.curiousoddman.rgxgen
Methods in com.github.curiousoddman.rgxgen that return StringIterator Modifier and Type Method Description StringIteratorRgxGen. iterateUnique()Creates iterator over unique values. -
Uses of StringIterator in com.github.curiousoddman.rgxgen.iterators
Classes in com.github.curiousoddman.rgxgen.iterators that implement StringIterator Modifier and Type Class Description classArrayIteratorclassCaseVariationIteratorclassChoiceIteratorclassIncrementalLengthIteratorclassNegativeStringIteratorclassPermutationsIteratorclassReferenceIteratorclassSingleValueIteratorMethods in com.github.curiousoddman.rgxgen.iterators with parameters of type StringIterator Modifier and Type Method Description voidReferenceIterator. setOther(StringIterator other)Constructors in com.github.curiousoddman.rgxgen.iterators with parameters of type StringIterator Constructor Description ChoiceIterator(StringIterator[] iterators)NegativeStringIterator(StringIterator iterator, Pattern pattern)Constructor parameters in com.github.curiousoddman.rgxgen.iterators with type arguments of type StringIterator Constructor Description IncrementalLengthIterator(Supplier<StringIterator> supplier, int min, int max)PermutationsIterator(List<Supplier<StringIterator>> iteratorsSuppliers) -
Uses of StringIterator in com.github.curiousoddman.rgxgen.iterators.suppliers
Methods in com.github.curiousoddman.rgxgen.iterators.suppliers that return StringIterator Modifier and Type Method Description StringIteratorChoiceIteratorSupplier. get()StringIteratorGroupIteratorSupplier. get()StringIteratorIncrementalLengthIteratorSupplier. get()StringIteratorNegativeIteratorSupplier. get()StringIteratorPermutationsIteratorSupplier. get()StringIteratorReferenceIteratorSupplier. get()StringIteratorSingleCaseInsensitiveValueIteratorSupplier. get()StringIteratorSingleValueIteratorSupplier. get()Constructor parameters in com.github.curiousoddman.rgxgen.iterators.suppliers with type arguments of type StringIterator Constructor Description ChoiceIteratorSupplier(List<List<Supplier<StringIterator>>> suppliers)GroupIteratorSupplier(Supplier<StringIterator> iteratorSupplier, Map<Integer,List<ReferenceIterator>> referenceIteratorMap, Map<Integer,StringIterator> groupIteratorsMap, int index)IncrementalLengthIteratorSupplier(Supplier<StringIterator> iteratorSupplier, int min, int max)NegativeIteratorSupplier(String pattern, Supplier<StringIterator> iteratorSupplier)PermutationsIteratorSupplier(List<Supplier<StringIterator>> suppliers) -
Uses of StringIterator in com.github.curiousoddman.rgxgen.visitors
Methods in com.github.curiousoddman.rgxgen.visitors that return StringIterator Modifier and Type Method Description StringIteratorUniqueGenerationVisitor. getUniqueStrings()
-