| 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,
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.
|
| Constructor and Description |
|---|
NodeListIteratorWrapper(TypeCheckingList.TypeCheckingListIterator itr) |
| Modifier and Type | Method and Description |
|---|---|
protected TypeCheckingList.TypeCheckingListIterator |
TypeCheckingList.getTypeCheckingListIterator() |
protected TypeCheckingList.TypeCheckingListIterator |
TypeCheckingList.getTypeCheckingListIterator(int index) |