| Package | Description |
|---|---|
| com.tangosol.coherence.rest.util |
| Modifier and Type | Field and Description |
|---|---|
protected SortedSet<PropertySpec> |
PropertySet.m_setProperties
Property set.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected SortedSet<PropertySpec> |
PropertySet.getProperties()
Return the internal property set.
|
Iterator<PropertySpec> |
PropertySet.iterator()
Return an iterator for this property set.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PropertySet.add(PropertySpec property)
Add a property to this property set.
|
int |
PropertySpec.compareTo(PropertySpec o)
Compare this object to another.
|
| Constructor and Description |
|---|
PropertySet(PropertySpec... aProperties)
Construct a PropertySet instance.
|
| Constructor and Description |
|---|
PropertySet(Set<PropertySpec> setProperties)
Construct a PropertySet instance.
|