vs.utils
Class Chooser

java.lang.Object
  extended by vs.utils.Chooser

public class Chooser
extends java.lang.Object


Constructor Summary
Chooser()
           
 
Method Summary
static
<T> T
randomChoice(java.util.Collection<T> possibleChoices)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Chooser

public Chooser()
Method Detail

randomChoice

public static <T> T randomChoice(java.util.Collection<T> possibleChoices)