Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

juju.reattore.util
Class MapOfLists  view MapOfLists download MapOfLists.java

java.lang.Object
  extended byjuju.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.