Uses of Class
net.didion.jwnl.util.TypeCheckingList.TypeCheckingListIterator
Packages that use TypeCheckingList.TypeCheckingListIterator
Package
Description
Lists and associated classes that hold the results of relationship operations.
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.TypeCheckingListIteratorModifier and TypeMethodDescriptionvoidNodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr) Print the contents of itr using the default indentvoidNodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, int indent) Print the contents of itr indenting each line indent spaces.voidNodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, int indent, int indentIncrement) Print the contents of itr to the default stream.voidNodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, PrintStream stream) Print the contents of itr to the given streamvoidNodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, PrintStream stream, int indent) Print the contents of itr to the given stream indenting each line indent spaces.voidNodePrinter.print(TypeCheckingList.TypeCheckingListIterator itr, PrintStream stream, int indent, int indentIncrement) Print the contents of itr to the given stream.Constructors in net.didion.jwnl.data.list with parameters of type TypeCheckingList.TypeCheckingListIteratorModifierConstructorDescription -
Uses of TypeCheckingList.TypeCheckingListIterator in net.didion.jwnl.util
Methods in net.didion.jwnl.util that return TypeCheckingList.TypeCheckingListIteratorModifier and TypeMethodDescriptionTypeCheckingList.getTypeCheckingListIterator()TypeCheckingList.getTypeCheckingListIterator(int index)