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

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

Uses of Receiver in com.varankin.bnf.tree
 

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

Uses of Receiver in com.varankin.io.container
 

Subinterfaces of Receiver in com.varankin.io.container
 interface Accumulator<Atom>
          Mutable object to accept another objects of specified type.
 interface Automaton<Atom>
          Abstract state machine.
 interface TailedAutomaton<Atom>
          Abstract state machine with a queue of last elementary objects that should be returned back to provider of objects (so called "tail").
 

Uses of Receiver in com.varankin.io.stream
 

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