Package org.qiunet.utils.math
Interface PollChooserFactory.PollChooser<Element>
- Enclosing interface:
- PollChooserFactory
public static interface PollChooserFactory.PollChooser<Element>
Chooses the next
PollChooserFactory.PollChooser to use.-
Method Summary
-
Method Details
-
next
Element next()Returns the newPollChooserFactory.PollChooserto use.
-