Class ListItem

java.lang.Object
   |
   +----Node
           |
           +----ListItem

class ListItem
extends Node
A single linked list that can contain an OTNode object.

Version:
1.00
Author:
Bill Lorton

Constructor Index

 o ListItem()

Method Index

 o otNode()
Gets the opening tree node for this list item.
 o setOTNode(OTNode)
Sets the opening tree node of this list item.

Constructors

 o ListItem
 public ListItem()

Methods

 o setOTNode
 public void setOTNode(OTNode otn)
Sets the opening tree node of this list item.

Parameters:
otn - the node to set
 o otNode
 public OTNode otNode()
Gets the opening tree node for this list item.

Returns:
the node