Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
A generic implementation of a double-link list. It may be traversed using the Iterator class or BackIterator class.
T | Type of items stored in the list. |