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.
|
Modifier and Type | Method and Description |
---|---|
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,
PrintStream stream)
Print the contents of itr to the given stream
|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
protected TypeCheckingList.TypeCheckingListIterator |
TypeCheckingList.getTypeCheckingListIterator() |
protected TypeCheckingList.TypeCheckingListIterator |
TypeCheckingList.getTypeCheckingListIterator(int index) |
Copyright © 2022. All rights reserved.