public class ExtendedPropertyList extends java.util.ArrayList<ExtendedProperty>
| Constructor and Description |
|---|
ExtendedPropertyList() |
| Modifier and Type | Method and Description |
|---|---|
ExtendedProperty |
get(ExtendedPropertyPath propertyPath)
Gets the value associated with the specified property path.
|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic ExtendedProperty get(ExtendedPropertyPath propertyPath)
propertyPath - The path of the property we should get.