com.day.util
Class ListMap
java.lang.Object
com.day.util.ListMap
public class ListMap
- extends Object
Simple implementation of a List which has elements also retreivable by a key.
- Since:
- antbear
- Version:
- $Revision: 1.7 $, $Date: 2004-08-22 06:56:09 +0200 (Sun, 22 Aug 2004) $
- Author:
- benp
ListMap
public ListMap()
ListMap
public ListMap(int size)
size
public int size()
iterator
public Iterator iterator()
put
public int put(Object key,
Object value)
get
public Object get(Object key)
get
public ListMap.Entry get(int index)
isEmpty
public boolean isEmpty()
clear
public void clear()
toString
public String toString()
- Overrides:
toString in class Object
getLast
public ListMap.Entry getLast()
Copyright © 2011-2012 Adobe Systems Incorporated. All Rights Reserved.