|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- the type of object being splitF
- the type of objects created by the split@Role public interface Splitter<E,F>
Splits a composite object in multiple parts of the same type.
Method Summary | |
---|---|
List<F> |
split(E composite)
Splits the given composite object in multiple parts of the same type. |
Method Detail |
---|
List<F> split(E composite)
composite
- the object to split
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |