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, setUseObjectEquals
addStructureChangeListener, containsKey, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals
public java.lang.Object copyTo(java.lang.Object target)
HashStructureAdapter
copyTo
in interface Copyable
copyTo
in class ChangeEventSource
target
- 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()