ListNode
| Kind of class: | interface |
|---|---|
| Inherits from: | none |
| Implemented by: | |
| Classpath: | org.springsoft.aslib.ListNode |
| File last modified: | Saturday, 22 January 2005, 14:27:02 |
Summary
Instance methods
- set (data:SingleLinkedListObject) : Void
- Set ListNode data
- get (Void) : SingleLinkedListObject
- Get ListNode data
- setNext (node:ListNode) : Void
- Set next ListNode
- getNext (Void) : ListNode
- Get next ListNode
- toString (Void) : String
- ListNode string representation
- getKey (Void) : Number
- Return ListNode key
Instance methods
getKey
function getKey (
Void) : Number
Return ListNode key
Returns:
- the list node's key
setNext
Set next ListNode
Parameters:
node:
Node to be linked by the next reference
toString
function toString (
Void) : String
ListNode string representation
Returns:
- the list node's string representation