|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- The selection type.public interface Weighing<E>
Interface defining how weighing for selections are to operate.
Method Summary | |
---|---|
Weighing<E> |
getClone()
Create a cloned copy of the current object and return it. |
boolean |
weigh(List<Selection.Entry<E>> elements)
Perform a weighing on the provided list of entries. |
Method Detail |
---|
Weighing<E> getClone()
getClone
in interface Cloneable
Object.clone()
boolean weigh(List<Selection.Entry<E>> elements)
elements
- The entries to weigh.
true
if successful, false
otherwise.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |