public class ModelBucket<T extends ModelEntity<?>,E extends Element> extends ModelEntity<E>
| Modifier and Type | Field and Description |
|---|---|
protected List<T> |
collection |
element, name| Constructor and Description |
|---|
ModelBucket(String name,
E element) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(T value) |
boolean |
contains(String name) |
T |
findPropertyByName(String name) |
T |
get(String name)
Find for contained element, using its name.
|
List<T> |
getCollection() |
equals, getElement, getName, hashCodeCopyright © 2017. All rights reserved.