| Package | Description |
|---|---|
| com.holonplatform.core.property |
| Modifier and Type | Method and Description |
|---|---|
<PT extends P> |
PropertySet.Builder.add(Iterable<PT> properties)
Add all the properties provided by given
Iterable to the set. |
<PT extends P> |
PropertySet.Builder.add(PT property)
Add a property to the set.
|
static <P extends Property> |
PropertySet.builder()
Builder to create and populate a
PropertySet. |
<PT extends P> |
PropertySet.Builder.remove(Iterable<PT> properties)
Remove all the properties provided by given
Iterable from the set. |
<PT extends P> |
PropertySet.Builder.remove(PT property)
Remove a property from the set.
|
Copyright © 2017 The Holon Platform. All rights reserved.