Uses of Interface
com.varankin.io.container.Accumulator

Packages that use Accumulator
com.varankin.bnf.tree Parsed tree object model. 
com.varankin.io.stream   
 

Uses of Accumulator in com.varankin.bnf.tree
 

Classes in com.varankin.bnf.tree that implement Accumulator
 class SyntaxImpl<Atom>
          Accumulator of incoming elementary objects separated by syntax into parsed bush.
 

Uses of Accumulator in com.varankin.io.stream
 

Classes in com.varankin.io.stream with type parameters of type Accumulator
 class AccuChopper<Component extends Accumulator<Part>,Part>
          General purpose parser, trying to construct Component's from Part's.