Uses of Class
net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator

Packages that use TypeCheckingList.TypeCheckingListIterator
net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations. 
 

Uses of TypeCheckingList.TypeCheckingListIterator in net.didion.jwnl.data.list
 

Methods in net.didion.jwnl.data.list with parameters of type TypeCheckingList.TypeCheckingListIterator
 void NodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr)
          Print the contents of itr using the default indent
 void NodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, int indent)
          Print the contents of itr indenting each line indent spaces.
 void NodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, int indent, int indentIncrement)
          Print the contents of itr to the default stream.
 void NodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, java.io.PrintStream stream)
          Print the contents of itr to the given stream
 void NodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, java.io.PrintStream stream, int indent)
          Print the contents of itr to the given stream indenting each line indent spaces.
 void NodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, java.io.PrintStream stream, int indent, int indentIncrement)
          Print the contents of itr to the given stream.