Package com.inductiveautomation.rm.shape
Class RMSharedMap
java.lang.Object
java.util.Dictionary<K,V>
java.util.Hashtable
com.inductiveautomation.rm.shape.RMSharedMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map
An inner class to hold less-common attributes. Tracks owner shape to facilitate sharing.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
Overrides hashtable method to just mark hashtable shared and return it.cloneX()
Provides real clone implementation.static RMSharedMap
Returns an empty shared map.boolean
isShared()
Returns whether map is already being shared.Methods inherited from class java.util.Hashtable
clear, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values