public class ChildPropertyEntriesImpl extends Object implements ChildPropertyEntries
ChildPropertyEntriesImpl...| 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. |
public boolean contains(Name propertyName)
ChildPropertyEntriescontains in interface ChildPropertyEntriesChildPropertyEntries.contains(Name)public PropertyEntry get(Name propertyName)
ChildPropertyEntriesName or
null.get in interface ChildPropertyEntriesChildPropertyEntries.get(Name)public Collection<PropertyEntry> getPropertyEntries()
ChildPropertyEntriesPropertyEntry
objects present.getPropertyEntries in interface ChildPropertyEntriesPropertyEntry objects present.ChildPropertyEntries.getPropertyEntries()public Collection<Name> getPropertyNames()
ChildPropertyEntriesgetPropertyNames in interface ChildPropertyEntriesNameChildPropertyEntries.getPropertyNames()public void add(PropertyEntry propertyEntry)
ChildPropertyEntriesPropertyEntry to this ChildPropertyEntries.add in interface ChildPropertyEntriesChildPropertyEntries.add(PropertyEntry)public void addAll(Collection<PropertyEntry> propertyEntries)
ChildPropertyEntriesPropertyEntrys from the given collection to this
ChildPropertyEntries.addAll in interface ChildPropertyEntriesChildPropertyEntries.addAll(Collection)public boolean remove(PropertyEntry propertyEntry)
ChildPropertyEntriesName.remove in interface ChildPropertyEntriesChildPropertyEntries contained the
given entry. False otherwise.ChildPropertyEntries.remove(PropertyEntry)Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.