|
|||||||||
| Home >> All >> juju >> reattore >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
juju.reattore.util
Class MapOfLists

java.lang.Objectjuju.reattore.util.MapOfLists
- public class MapOfLists
- extends java.lang.Object
Indexed set of Lists.
| Field Summary | |
private java.util.Map |
top
|
| Constructor Summary | |
MapOfLists()
|
|
| Method Summary | |
void |
add(java.lang.Object key,
java.lang.Object obj)
Adds a new element to the List identified by 'obj' |
java.util.Set |
entrySet()
All of the lists in order created. |
java.util.List |
get(java.lang.Object key)
Fetch a list by key. |
private java.util.List |
subGet(java.lang.Object key)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
top
private java.util.Map top
| Constructor Detail |
MapOfLists
public MapOfLists()
| Method Detail |
subGet
private java.util.List subGet(java.lang.Object key)
add
public void add(java.lang.Object key, java.lang.Object obj)
- Adds a new element to the List identified by 'obj'
entrySet
public java.util.Set entrySet()
- All of the lists in order created.
get
public java.util.List get(java.lang.Object key)
- Fetch a list by key.
|
|||||||||
| Home >> All >> juju >> reattore >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
juju.reattore.util.MapOfLists