|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- The selection type.public interface SelectionRecipe<E>
A recipe is a series of steps that need to be followed to achieve a selection.
Method Summary | |
---|---|
SelectionRecipe<E> |
getClone()
Create a cloned copy of the current object and return it. |
E |
select(List<? extends E> elements)
Perform the selection process. |
Method Detail |
---|
SelectionRecipe<E> getClone()
getClone
in interface Cloneable
Object.clone()
E select(List<? extends E> elements)
elements
- The elements to perfrom the selection on.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |