Preferences. This class now exists only for extension
migration purposes.@Deprecated public class VCSCopyableMap<K,V> extends ChangeEventSource implements Copyable
Class for storing a properties in a Copyable map structure.
_hash| Constructor and Description |
|---|
VCSCopyableMap()
Deprecated.
|
VCSCopyableMap(java.util.Map<K,V> map)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
copyTo(java.lang.Object target)
Deprecated.
Copy support.
|
protected VCSCopyableMap<K,V> |
createInstance()
Deprecated.
|
void |
fireChangeEventFromSource(java.lang.Object source)
Deprecated.
|
java.util.Map<K,V> |
getMap()
Deprecated.
Gets the version control client property map.
|
void |
setMap(java.util.Map<K,V> map)
Deprecated.
Sets the version control client property map.
|
addChangeListener, fireChangeEvent, fireChangeEvent, removeChangeListener, setUseObjectEqualsaddStructureChangeListener, containsKey, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEqualspublic java.lang.Object copyTo(java.lang.Object target)
HashStructureAdaptercopyTo in interface CopyablecopyTo in class ChangeEventSourcetarget - The target object to which the state of
this object should be copied. If target
is null, then the copyTo method will
return a new instance of this class.this
object was copied. If the target was
non-null, then the return value is the same as the
target object that was passed in; otherwise, the
return value is a new instance of this class.public void setMap(java.util.Map<K,V> map)
map - the property map.public java.util.Map<K,V> getMap()
public void fireChangeEventFromSource(java.lang.Object source)
protected VCSCopyableMap<K,V> createInstance()