Package | mx.utils |
Class | public class LinkedListNode |
Inheritance | LinkedListNode Object |
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Public Properties
Property | Defined By | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | ||
next : LinkedListNode
Reference to adjacent 'next' node. | LinkedListNode | ||
prev : LinkedListNode
Reference to adjacent 'prev' node. | LinkedListNode | ||
value : *
Generic value associated with this node. | LinkedListNode |
Public Methods
Method | Defined By | ||
---|---|---|---|
LinkedListNode(value:* = null)
Constructor
| LinkedListNode | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Returns the primitive value of the specified object. | Object |
Property Detail
next | property |
public var next:LinkedListNode
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Reference to adjacent 'next' node.
prev | property |
public var prev:LinkedListNode
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Reference to adjacent 'prev' node.
value | property |
public var value:*
Language Version: | ActionScript 3.0 |
Product Version: | Flex 4.5 |
Runtime Versions: | Flash Player 10, AIR 2.5 |
Generic value associated with this node.
Constructor Detail
LinkedListNode | () | Constructor |
Thu Dec 6 2018, 01:12 PM -08:00