![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
Manager for ListMap data structure class. To obtain a specialized implementation, replace one of the default optional template parameter by the customied argument.
| K | Type of keys. |
| T | Type of values. |
| KC | Comparator for keys (default to Comparator<K>). |
| ET | Equivalence for values (default to Equiv<K>). |
| A | Allocator (default to DefaultAllocator). |