Class mheg5.UTL.ListNode
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class mheg5.UTL.ListNode

java.lang.Object
   |
   +----mheg5.UTL.ListNode

public class ListNode
extends Object
Defining a general interface for objects intended to be hold in list objects.

Variable Index

 o id
the index
 o pred
the predecessor of the object
 o succ
the successor of the object

Constructor Index

 o ListNode()

Variables

 o pred
  public int pred
the predecessor of the object
 o succ
  public int succ
the successor of the object
 o id
  public int id
the index

Constructors

 o ListNode
  public ListNode()

All Packages  Class Hierarchy  This Package  Previous  Next  Index