Uses of Class
com.tangosol.coherence.rest.util.PropertySpec
Package
Description
Contains packages and classes related to the Coherence REST API utilities.
-
Uses of PropertySpec in com.tangosol.coherence.rest.util
Modifier and TypeFieldDescriptionprotected final SortedSet
<PropertySpec> PropertySet.m_setProperties
Property set.Modifier and TypeMethodDescriptionprotected PropertySpec
PropertySet.first()
Return the first property in this PropertySet.static PropertySpec
PropertySpec.fromString
(String sSpec) Create a PropertySpec from its textual representation.Modifier and TypeMethodDescriptionprotected SortedSet
<PropertySpec> PropertySet.getProperties()
Return the internal property set.PropertySet.iterator()
Return an iterator for this property set.Modifier and TypeMethodDescriptionvoid
PropertySet.add
(PropertySpec property) Add a property to this property set.int
PropertySpec.compareTo
(PropertySpec o) Compare this object to another.ModifierConstructorDescriptionPropertySet
(PropertySpec... aProperties) Construct a PropertySet instance.ModifierConstructorDescriptionPropertySet
(Set<PropertySpec> setProperties) Construct a PropertySet instance.