|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - type of metadata elementpublic interface Item<T>
A wrapper around a piece of information processed by pipeline stages.
| Method Summary | |
|---|---|
Item<T> |
copy()
Performs a copy of this Item. |
ClassToInstanceMultiMap<ItemMetadata> |
getItemMetadata()
Gets all of the metadata attached to this Item. |
T |
unwrap()
Gets the wrapped item data. |
| Method Detail |
|---|
T unwrap()
ClassToInstanceMultiMap<ItemMetadata> getItemMetadata()
Item<T> copy()
ItemMetadata, should be deep cloned.
ItemMetadata objects must be shared between the clone and the original.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||