Packagede.nulldesign.nd3d.geom
Classpublic class LinkedList

...



Public Properties
 PropertyDefined by
  current : LinkedListElem
LinkedList
  head : LinkedListElem
LinkedList
  length : uint
[read-only]
LinkedList
  next : LinkedListElem
[read-only]
LinkedList
  prev : LinkedListElem
[read-only]
LinkedList
  tail : LinkedListElem
LinkedList
Public Methods
 MethodDefined by
  
LinkedList
  
deleteElem(deleteData:*):void
LinkedList
  
pop():void
LinkedList
  
push(newData:Number):void
LinkedList
  
resetPointer():void
LinkedList
  
toString():String
LinkedList
Property detail
currentproperty
public var current:LinkedListElem
headproperty 
public var head:LinkedListElem
lengthproperty 
length:uint  [read-only]Implementation
    public function get length():uint
nextproperty 
next:LinkedListElem  [read-only]Implementation
    public function get next():LinkedListElem
prevproperty 
prev:LinkedListElem  [read-only]Implementation
    public function get prev():LinkedListElem
tailproperty 
public var tail:LinkedListElem
Constructor detail
LinkedList()constructor
public function LinkedList()
Method detail
deleteElem()method
public function deleteElem(deleteData:*):voidParameters
deleteData:*
pop()method 
public function pop():void
push()method 
public function push(newData:Number):voidParameters
newData:Number
resetPointer()method 
public function resetPointer():void
toString()method 
public function toString():String

Returns
String