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
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 . |
public boolean contains(Name propertyName)
ChildPropertyEntries
contains
in interface ChildPropertyEntries
ChildPropertyEntries.contains(Name)
public PropertyEntry get(Name propertyName)
ChildPropertyEntries
Name
or
null
.get
in interface ChildPropertyEntries
ChildPropertyEntries.get(Name)
public Collection<PropertyEntry> getPropertyEntries()
ChildPropertyEntries
PropertyEntry
objects present.getPropertyEntries
in interface ChildPropertyEntries
PropertyEntry
objects present.ChildPropertyEntries.getPropertyEntries()
public Collection<Name> getPropertyNames()
ChildPropertyEntries
getPropertyNames
in interface ChildPropertyEntries
Name
ChildPropertyEntries.getPropertyNames()
public void add(PropertyEntry propertyEntry)
ChildPropertyEntries
PropertyEntry
to this ChildPropertyEntries
.add
in interface ChildPropertyEntries
ChildPropertyEntries.add(PropertyEntry)
public void addAll(Collection<PropertyEntry> propertyEntries)
ChildPropertyEntries
PropertyEntry
s from the given collection to this
ChildPropertyEntries
.addAll
in interface ChildPropertyEntries
ChildPropertyEntries.addAll(Collection)
public boolean remove(PropertyEntry propertyEntry)
ChildPropertyEntries
Name
.remove
in interface ChildPropertyEntries
ChildPropertyEntries
contained the
given entry. False otherwise.ChildPropertyEntries.remove(PropertyEntry)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.