Uses of Interface
com.googlecode.aviator.runtime.type.Collector
-
Packages that use Collector Package Description com.googlecode.aviator.runtime.module com.googlecode.aviator.runtime.type com.googlecode.aviator.runtime.type.seq -
-
Uses of Collector in com.googlecode.aviator.runtime.module
Methods in com.googlecode.aviator.runtime.module that return Collector Modifier and Type Method Description Collector
LineSequence. newCollector(int size)
-
Uses of Collector in com.googlecode.aviator.runtime.type
Methods in com.googlecode.aviator.runtime.type that return Collector Modifier and Type Method Description Collector
Range. newCollector(int size)
Collector
Sequence. newCollector(int size)
-
Uses of Collector in com.googlecode.aviator.runtime.type.seq
Classes in com.googlecode.aviator.runtime.type.seq that implement Collector Modifier and Type Class Description class
ArrayCollector
class
ListCollector
Methods in com.googlecode.aviator.runtime.type.seq that return Collector Modifier and Type Method Description Collector
ArraySequence. newCollector(int size)
Collector
CharSeqSequence. newCollector(int size)
Collector
EmptySequence. newCollector(int size)
Collector
IterableSequence. newCollector(int size)
Collector
LimitedSequence. newCollector(int size)
Collector
MapSequence. newCollector(int size)
-