Uses of Class
com.tangosol.coherence.rest.util.PropertySpec
-
Packages that use PropertySpec Package Description com.tangosol.coherence.rest.util Contains packages and classes related to the Coherence REST API utilities. -
-
Uses of PropertySpec in com.tangosol.coherence.rest.util
Fields in com.tangosol.coherence.rest.util with type parameters of type PropertySpec Modifier and Type Field Description protected SortedSet<PropertySpec>
PropertySet. m_setProperties
Property set.Methods in com.tangosol.coherence.rest.util that return PropertySpec Modifier and Type Method Description protected PropertySpec
PropertySet. first()
Return the first property in this PropertySet.static PropertySpec
PropertySpec. fromString(String sSpec)
Create a PropertySpec from its textual representation.Methods in com.tangosol.coherence.rest.util that return types with arguments of type PropertySpec Modifier and Type Method Description protected SortedSet<PropertySpec>
PropertySet. getProperties()
Return the internal property set.Iterator<PropertySpec>
PropertySet. iterator()
Return an iterator for this property set.Methods in com.tangosol.coherence.rest.util with parameters of type PropertySpec Modifier and Type Method Description void
PropertySet. add(PropertySpec property)
Add a property to this property set.int
PropertySpec. compareTo(PropertySpec o)
Compare this object to another.Constructors in com.tangosol.coherence.rest.util with parameters of type PropertySpec Constructor Description PropertySet(PropertySpec... aProperties)
Construct a PropertySet instance.Constructor parameters in com.tangosol.coherence.rest.util with type arguments of type PropertySpec Constructor Description PropertySet(Set<PropertySpec> setProperties)
Construct a PropertySet instance.
-