public interface ChildPropertyEntries
ChildPropertyEntries...| Modifier and Type | Method and Description |
|---|---|
void |
add(PropertyEntry propertyEntry)
Adds the new
PropertyEntry to this ChildPropertyEntries. |
void |
addAll(Collection<PropertyEntry> propertyEntries)
Adds all
PropertyEntrys from the given collection to this
ChildPropertyEntries. |
boolean |
contains(Name propertyName)
Returns true if a property entry with the given name exists.
|
PropertyEntry |
get(Name propertyName)
Return the PropertyEntry with the given
Name or
null. |
Collection<PropertyEntry> |
getPropertyEntries()
Returns an unmodifiable collection containing all
PropertyEntry
objects present. |
Collection<Name> |
getPropertyNames()
Returns an unmodifiable collection containing all existing property names.
|
boolean |
remove(PropertyEntry propertyEntry)
Remove the collection entry with the given
Name. |
boolean contains(Name propertyName)
propertyName - PropertyEntry get(Name propertyName)
Name or
null.propertyName - Collection<PropertyEntry> getPropertyEntries()
PropertyEntry
objects present.PropertyEntry objects present.Collection<Name> getPropertyNames()
Namevoid add(PropertyEntry propertyEntry)
PropertyEntry to this ChildPropertyEntries.propertyEntry - void addAll(Collection<PropertyEntry> propertyEntries)
PropertyEntrys from the given collection to this
ChildPropertyEntries.propertyEntries - boolean remove(PropertyEntry propertyEntry)
Name.propertyEntry - ChildPropertyEntries contained the
given entry. False otherwise.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.