com.kuka.roboticsAPI.geometricModel
Class AdditionalData

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by com.kuka.roboticsAPI.geometricModel.AdditionalData
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public final class AdditionalData
extends HashMap<String,Object>

Container for frame data objects. The frame data are basically a key-value map where the key is a string and the value an arbitrary object.

See Also:
Serialized Form
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
AdditionalData()
           
 
Method Summary
 String toString()
          
 void useValuesFrom(AdditionalData toCopy)
          Clears all stored informations and adds the informations from the given properties object.
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

AdditionalData

public AdditionalData()
Method Detail

useValuesFrom

public void useValuesFrom(AdditionalData toCopy)
Clears all stored informations and adds the informations from the given properties object.

Parameters:
toCopy - The object whose values will be used as new values for the properties object.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

toString

public String toString()

Overrides:
toString in class AbstractMap<String,Object>
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.