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
PropertyEntry s 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()
Name
void add(PropertyEntry propertyEntry)
PropertyEntry
to this ChildPropertyEntries
.propertyEntry
- void addAll(Collection<PropertyEntry> propertyEntries)
PropertyEntry
s from the given collection to this
ChildPropertyEntries
.propertyEntries
- boolean remove(PropertyEntry propertyEntry)
Name
.propertyEntry
- ChildPropertyEntries
contained the
given entry. False otherwise.Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.