|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Method Summary | |
boolean |
allowNulls()
Returns whether nulls are permitted as keys or values. |
void |
clearInternal()
Clears Map without recording the event. |
java.util.Iterator |
eitherIterator()
Get an iterator regardless of whether the map is frozen. |
java.util.Iterator |
frozenIterator()
Get an iterator over the frozen elements of this map. |
java.util.Collection |
getAddedKeys()
Returns the Collection of added keys |
java.util.Collection |
getAddedValues()
Returns the Collection of added values |
java.lang.Class |
getKeyType()
Returns the type of the key assignment compatible with all keys of this map. |
java.util.Collection |
getRemovedKeys()
Returns the Collection of removed keys |
java.util.Collection |
getRemovedValues()
Returns the Collection of removed values |
java.lang.Class |
getValueType()
Returns the type of the value assignment compatible with all values of this map. |
void |
putAllInternal(java.util.Map t)
Copies all of the mappings from the specified map to this one without recording the event. |
void |
putInternal(java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key in this map without recording the event. |
void |
removeInternal(java.lang.Object key)
Removes mappings from the Map without recording the event. |
void |
reset()
Resets removed and added lists after flush |
void |
setFrozen(java.util.Map.Entry[] entries)
Set the contents of this Map from the frozen entries. |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from interface org.apache.jdo.sco.SCO |
clone, getFieldName, getOwner, setOwner, unsetOwner |
Method Detail |
public void reset()
public void putInternal(java.lang.Object key, java.lang.Object value)
public void putAllInternal(java.util.Map t)
public void clearInternal()
public void removeInternal(java.lang.Object key)
public java.util.Collection getAddedKeys()
public java.util.Collection getAddedValues()
public java.util.Collection getRemovedKeys()
public java.util.Collection getRemovedValues()
public java.lang.Class getKeyType()
public java.lang.Class getValueType()
public boolean allowNulls()
public void setFrozen(java.util.Map.Entry[] entries)
entries
- the array of entriespublic java.util.Iterator eitherIterator()
public java.util.Iterator frozenIterator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |