An internal class for a linked list of entities. Used inside the framework for managing the entities.
new ()
read onlyhead:Entity
read onlytail:Entity
add (entity:Entity):Void
inline iterator ():GenericListIterator<Entity>
remove (entity:Entity):Void
removeAll ():Void