| Modifier and Type | Method and Description |
|---|---|
Property |
getProperty(String name)
Returns the
Property with the given name or throws a
NoSuchPropertyException when no such property exists. |
@Nullable Property |
getPropertyOrNull(String name)
Returns the
Property with the given name or null
when no such property exists. |
int |
getSize() |
String |
getValueOfProperty(String name)
Returns the value of the
Property with the given name or throws a
NoSuchPropertyException when no such property exists. |
String |
getValueOfPropertyOrElse(String name,
String defaultValue)
Returns the value of the
Property with the given name or the
defaultValue when no such property exists. |
boolean |
hasProperty(String name)
|
default Stream<String> |
propertyNames() |
Stream<Property> |
stream() |
forEach, iterator, spliteratorint getSize()
boolean hasProperty(String name)
@Nullable Property getPropertyOrNull(String name)
Property with the given name or null
when no such property exists.Property getProperty(String name)
Property with the given name or throws a
NoSuchPropertyException when no such property exists.String getValueOfProperty(String name)
Property with the given name or throws a
NoSuchPropertyException when no such property exists.Copyright © 2023 abego Software GmbH, Germany. All rights reserved.