Modifier and Type | Method and Description |
---|---|
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.
|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
clone, getFieldName, getOwner, setOwner, unsetOwner
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()
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.