Package org.qiunet.utils.math
Class DefaultPollChooserFactory
java.lang.Object
org.qiunet.utils.math.DefaultPollChooserFactory
- All Implemented Interfaces:
PollChooserFactory
Created by qiunet.
17/11/29
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.qiunet.utils.math.PollChooserFactory
PollChooserFactory.PollChooser<Element> -
Field Summary
Fields inherited from interface org.qiunet.utils.math.PollChooserFactory
DEFAULT -
Method Summary
Modifier and TypeMethodDescription<Element> PollChooserFactory.PollChooser<Element>newChooser(List<Element> executors) Returns a newPollChooserFactory.PollChooser.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.qiunet.utils.math.PollChooserFactory
newChooser
-
Method Details
-
newChooser
Description copied from interface:PollChooserFactoryReturns a newPollChooserFactory.PollChooser. 使用list 构造的, list在外部增加元素. 里面也会增加.- Specified by:
newChooserin interfacePollChooserFactory
-