ObjectListNode

Kind of class:class
Inherits from:none
Implements:
Classpath:org.springsoft.aslib.ObjectListNode
File last modified:Saturday, 22 January 2005, 14:27:02

Summary


Constructor
Instance methods

Constructor

ObjectListNode

function ObjectListNode (

ObjectListNode Constructor
Parameters:
data:
Object data

Instance properties

data_

private data_:SingleLinkedListObject
(read)

next_

private next_:ObjectListNode
(read)

Instance methods

get

function get (

Implement get method
Returns:
  • object data
Specified by:

getKey

function getKey (
Void) : Number

Implement getKey method
Returns:
  • the list node's key
Specified by:

getNext

function getNext (
Void) : ListNode

Implement getNext method
Returns:
  • the next list node
Specified by:

set

function set (

Implement set method
Parameters:
data:
Object data
Specified by:

setNext

function setNext (
node:ListNode) : Void

Implement setNext method
Parameters:
node:
Node to be linked by the next reference
Specified by:

toString

function toString (
Void) : String

Implement toString method
Returns:
  • the list node's string representation
Specified by: