|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapList | |
anthill.util | This package contains some utility classes performing different tasks, such as logging, printing and exceptional behavior handling. |
Uses of MapList in anthill.util |
Subclasses of MapList in anthill.util | |
class |
HashList
This class implements a HashList, which is a combination of a HashMap and a doubly linked list. |
class |
TreeList
This class implements a TreeList, which is a combination of a TreeMap and a doubly linked list. |
Constructors in anthill.util with parameters of type MapList | |
MapList.Pair(java.lang.Object key,
java.lang.Object value)
Initializing constructor, to be inserted at the tail, thus requires you to specify the previous tail. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |