LinkedListModule
Sourcemodule LinkedListModule
Source
 Turns a class into a linked list where each instance knows it's previous
and next member in the list 
LinkedListModule (module) first
Source
LinkedListModule (module) last
Source
LinkedListModule (module) next
Source
LinkedListModule (module) prev
Source
int size
Source
 function backIterator() returns BackIterator
Source
 An iterator which iterates over all instances of this class in reverse 
 function getFirst() returns LinkedListModule (module)
Source
 function getNext() returns LinkedListModule (module)
Source
 function getPrev() returns LinkedListModule (module)
Source
 function iterator() returns Iterator
Source
 An iterator which iterates over all instances of this class 
 function remove()
Source
 function staticBackItr() returns BackIterator
Source
 An iterator which iterates over all instances of this class in reverse 
 function staticItr() returns Iterator
Source
 An iterator which iterates over all instances of this class