| Class | Description |
|---|---|
| AmetysObjectCollection<F extends AmetysObjectCollectionFactory,A extends AmetysObject> |
An
AmetysObject representing a collection of other AmetysObjects.The collection stored its contents in the JCR Repository in a hash tree for optimizing performances. Please note that this implementation does not keep the insertion order of elements. |
| AmetysObjectCollectionFactory |
Factory for
AmetysObjectCollection. |