Uses of Class
com.tangosol.coherence.rest.util.PropertySpec
Packages that use PropertySpec
Package
Description
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 PropertySpecModifier and TypeFieldDescriptionprotected final SortedSet<PropertySpec> PropertySet.m_setPropertiesProperty set.Methods in com.tangosol.coherence.rest.util that return PropertySpecModifier and TypeMethodDescriptionprotected PropertySpecPropertySet.first()Return the first property in this PropertySet.static PropertySpecPropertySpec.fromString(String sSpec) Create a PropertySpec from its textual representation.Methods in com.tangosol.coherence.rest.util that return types with arguments of type PropertySpecModifier and TypeMethodDescriptionprotected SortedSet<PropertySpec> PropertySet.getProperties()Return the internal property set.PropertySet.iterator()Return an iterator for this property set.Methods in com.tangosol.coherence.rest.util with parameters of type PropertySpecModifier and TypeMethodDescriptionvoidPropertySet.add(PropertySpec property) Add a property to this property set.intPropertySpec.compareTo(PropertySpec o) Compare this object to another.Constructors in com.tangosol.coherence.rest.util with parameters of type PropertySpecModifierConstructorDescriptionPropertySet(PropertySpec... aProperties) Construct a PropertySet instance.Constructor parameters in com.tangosol.coherence.rest.util with type arguments of type PropertySpecModifierConstructorDescriptionPropertySet(Set<PropertySpec> setProperties) Construct a PropertySet instance.