|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCOMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
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 |
---|
void reset()
void putInternal(java.lang.Object key, java.lang.Object value)
void putAllInternal(java.util.Map t)
void clearInternal()
void removeInternal(java.lang.Object key)
java.util.Collection getAddedKeys()
java.util.Collection getAddedValues()
java.util.Collection getRemovedKeys()
java.util.Collection getRemovedValues()
java.lang.Class getKeyType()
java.lang.Class getValueType()
boolean allowNulls()
void setFrozen(java.util.Map.Entry[] entries)
entries
- the array of entriesjava.util.Iterator eitherIterator()
java.util.Iterator frozenIterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |