Packageorg.flixel.data
Classpublic class FlxList
InheritanceFlxList Inheritance Object

The world's smallest linked list class. Useful for optimizing time-critical or highly repetitive tasks!



Public Properties
 PropertyDefined By
  next : FlxList
Stores a reference to the next link in the list.
FlxList
  object : FlxObject
FlxList
Public Methods
 MethodDefined By
  
FlxList
Property Detail
nextproperty
public var next:FlxList

Stores a reference to the next link in the list.

objectproperty 
public var object:FlxObject

Constructor Detail
FlxList()Constructor
public function FlxList()