Uses of Interface
chtdecoder.datastructures.CHTCodeIterator

Packages that use CHTCodeIterator
chtdecoder.datastructures   
chtdecoder.tools   
 

Uses of CHTCodeIterator in chtdecoder.datastructures
 

Methods in chtdecoder.datastructures that return CHTCodeIterator
 CHTCodeIterator CHTCodeList.iterator()
          Gets an iterator for the elements in this list.
 CHTCodeIterator AbstractCHTCodeList.iterator()
          Gets an iterator for the elements in this list.
 

Uses of CHTCodeIterator in chtdecoder.tools
 

Methods in chtdecoder.tools that return CHTCodeIterator
 CHTCodeIterator CHTFileReader.iterator()
          Returns an iterator for the CHTCodes read from the .CHT file.
static CHTCodeIterator AbstractCHTFileReader.readCHTFile(java.io.File chtFile)
          A factory method for creating CHTCodeIterators.