|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<K,V>
org.neodatis.tool.wrappers.map.OdbHashMap<K,V>
K
- V
- public class OdbHashMap<K,V>
Constructor Summary | |
---|---|
OdbHashMap()
|
|
OdbHashMap(int initialCapacity)
|
|
OdbHashMap(java.util.Map<? extends K,? extends V> m)
|
Method Summary | |
---|---|
void |
putAll(java.util.Map<? extends K,? extends V> m)
|
V |
remove2(K key)
The remove2 method is just to create another method to be able to map the c# equivalent as the Remove in C# does not return the object |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public OdbHashMap()
public OdbHashMap(int initialCapacity)
public OdbHashMap(java.util.Map<? extends K,? extends V> m)
Method Detail |
---|
public void putAll(java.util.Map<? extends K,? extends V> m)
putAll
in interface java.util.Map<K,V>
putAll
in class java.util.HashMap<K,V>
public V remove2(K key)
key
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |