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.
-
id
- the index
-
pred
- the predecessor of the object
-
succ
- the successor of the object
-
ListNode()
-
pred
public int pred
- the predecessor of the object
succ
public int succ
- the successor of the object
id
public int id
- the index
ListNode
public ListNode()
All Packages Class Hierarchy This Package Previous Next Index