Class NegativeIteratorSupplier
- java.lang.Object
-
- com.github.curiousoddman.rgxgen.iterators.suppliers.NegativeIteratorSupplier
-
- All Implemented Interfaces:
Supplier<StringIterator>
public class NegativeIteratorSupplier extends Object implements Supplier<StringIterator>
-
-
Constructor Summary
Constructors Constructor Description NegativeIteratorSupplier(String pattern, Supplier<StringIterator> iteratorSupplier)
-
-
-
Constructor Detail
-
NegativeIteratorSupplier
public NegativeIteratorSupplier(String pattern, Supplier<StringIterator> iteratorSupplier)
-
-
Method Detail
-
get
public StringIterator get()
- Specified by:
getin interfaceSupplier<StringIterator>
-
-