Uses of Interface
ix.util.Collector

Packages that use Collector
ix.util General-purpose utilities. 
ix.util.lisp List-processing utilities. 
 

Uses of Collector in ix.util
 

Methods in ix.util with parameters of type Collector
static void Seq.addEnumeration(Collector c, java.util.Enumeration e)
           
static Function1 Seq.elementAdder(Collector c)
           
 

Uses of Collector in ix.util.lisp
 

Classes in ix.util.lisp that implement Collector
 class LListCollector
          A Collector that uses an LList to hold the elements and that provides a number of different ways to add elements.