org.ujmp.core.collections
Class HashMapList<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- org.ujmp.core.collections.HashMapList<K,V>
-
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>
public class HashMapList<K,V> extends java.util.HashMap<K,V>- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor and Description HashMapList()HashMapList(java.util.Map<? extends K,? extends V> m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Vget(int index)intindexOf(V value)Vput(K key, V value)Vremove(java.lang.Object key)
-
DataMelt 3.0 © DataMelt by jWork.ORG