|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Aggregatable<T>
Allows to collect instances and create an aggregated instance for them.
Method Summary | |
---|---|
void |
add(T t)
Add an instance which should be aggregated with the existing instances |
T |
create()
Creates an aggregated instance for the added instances |
Method Detail |
---|
void add(T t)
t
- instance to addT create()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |