| org.apache.openejb.util.Index
Index | public class Index extends AbstractMap (Code) | | version: $Revision: 495820 $ $Date: 2007-01-12 18:25:48 -0800 $ |
Inner Class :public static interface ListSet extends List,Set | |
Index | public Index(K[] keys)(Code) | | |
entrySet | public Set<Entry<K, V>> entrySet()(Code) | | |
get | public V get(int index)(Code) | | |
getKey | public K getKey(int index)(Code) | | |
indexOf | public int indexOf(K key)(Code) | | |
put | public V put(K key, V value)(Code) | | |
set | public V set(int index, V value)(Code) | | |
|
|