jxUtil 0.6

org.sourceforge.jxutil
Class ListMap

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--org.sourceforge.jxutil.ListMap
All Implemented Interfaces:
Map

public class ListMap
extends AbstractMap

A Map based on a List of Arrays.


Nested Class Summary
 
Nested classes inherited from class java.util.AbstractMap
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
private  List lst
           
 
Fields inherited from class java.util.AbstractMap
 
Constructor Summary
ListMap()
           
ListMap(List lst)
           
 
Method Summary
 Set entrySet()
           
 Object put(Object key, Object value)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

lst

private final List lst
Constructor Detail

ListMap

public ListMap()

ListMap

public ListMap(List lst)
Method Detail

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Specified by:
entrySet in class AbstractMap

put

public Object put(Object key,
                  Object value)
Specified by:
put in interface Map
Overrides:
put in class AbstractMap

jxUtil 0.6

Copyright © 2001,2002 Keve Müller, et al.; see LICENSE file for details.