Package hhreco.util

General utility classes that can be used by any of the packages in HHreco.

See:
          Description

Interface Summary
ModelParser ModelParser is an interface that should be extended by application specific model parsers.
ModelWriter ModelWriter is an interface that should be extended by application specific model writers to write out data structures to an output stream.
 

Class Summary
IteratorAdapter An iterator that implements the Iterator, intended for subclassing so that you don't have to provide the remove() method all the time....
NullIterator An iterator over nothing.
 

Package hhreco.util Description

General utility classes that can be used by any of the packages in HHreco.