Class CharListCollector

java.lang.Object
com.github.curiousoddman.rgxgen.util.chars.CharListCollector
All Implemented Interfaces:
Collector<Character,CharList,CharList>

public class CharListCollector extends Object implements Collector<Character,CharList,CharList>