A miniature linked list class. Useful for optimizing time-critical or highly repetitive tasks! See FlxQuadTree for how to use it, IF YOU DARE.
Static variables
static_NUM_CACHED_FLX_LIST:Int = 0
Pooling mechanism, when FlxLinkedLists are destroyed, they get added to this collection, and when they get recycled they get removed.
Static methods
staticclearCache():Void
Clear cached List nodes. You might want to do this when loading new levels (probably not though, no need to clear cache unless you run into memory problems).