Class TypedProperties
- java.lang.Object
-
- org.apache.activemq.artemis.utils.collections.TypedProperties
-
- org.apache.activemq.artemis.utils.TypedProperties
-
@Deprecated public class TypedProperties extends TypedProperties
Deprecated.Useinstead
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.activemq.artemis.utils.collections.TypedProperties
TypedProperties.StringValue, TypedProperties.TypedPropertiesDecoderPools, TypedProperties.TypedPropertiesStringSimpleStringPools
-
-
Constructor Summary
Constructors Constructor Description TypedProperties()Deprecated.TypedProperties(TypedProperties other)Deprecated.
-
Method Summary
-
Methods inherited from class org.apache.activemq.artemis.utils.collections.TypedProperties
clear, clearInternalProperties, containsProperty, decode, decode, encode, forEach, forEachKey, getBooleanProperty, getByteProperty, getByteProperty, getBytesProperty, getCharProperty, getDoubleProperty, getEncodeSize, getFloatProperty, getIntProperty, getLongProperty, getMap, getMapNames, getMemoryOffset, getProperty, getPropertyNames, getShortProperty, getSimpleStringProperty, isEmpty, putBooleanProperty, putByteProperty, putBytesProperty, putCharProperty, putDoubleProperty, putFloatProperty, putIntProperty, putLongProperty, putNullValue, putProperty, putShortProperty, putSimpleStringProperty, putTypedProperties, removeProperty, searchProperty, setObjectProperty, size, toString
-
-
-
-
Constructor Detail
-
TypedProperties
public TypedProperties()
Deprecated.
-
TypedProperties
public TypedProperties(TypedProperties other)
Deprecated.
-
-