Uses of Class
net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
-
Packages that use TypeCheckingList.TypeCheckingListIterator Package Description net.didion.jwnl.data.list Lists and associated classes that hold the results of relationship operations.net.didion.jwnl.util Utility classes used by JWNL. -
-
Uses of TypeCheckingList.TypeCheckingListIterator in net.didion.jwnl.data.list
Methods in net.didion.jwnl.data.list with parameters of type TypeCheckingList.TypeCheckingListIterator Modifier and Type Method Description void
NodePrinter. print(TypeCheckingList.TypeCheckingListIterator itr)
Print the contents of itr using the default indentvoid
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, PrintStream stream)
Print the contents of itr to the given streamvoid
NodePrinter. print(TypeCheckingList.TypeCheckingListIterator itr, PrintStream stream, int indent)
Print the contents of itr to the given stream indenting each line indent spaces.void
NodePrinter. print(TypeCheckingList.TypeCheckingListIterator itr, PrintStream stream, int indent, int indentIncrement)
Print the contents of itr to the given stream. -
Uses of TypeCheckingList.TypeCheckingListIterator in net.didion.jwnl.util
Methods in net.didion.jwnl.util that return TypeCheckingList.TypeCheckingListIterator Modifier and Type Method Description protected TypeCheckingList.TypeCheckingListIterator
TypeCheckingList. getTypeCheckingListIterator()
protected TypeCheckingList.TypeCheckingListIterator
TypeCheckingList. getTypeCheckingListIterator(int index)
-