com.pholser.junit.quickcheck.internal
Class Items

java.lang.Object
  extended by com.pholser.junit.quickcheck.internal.Items

public final class Items
extends Object


Method Summary
static
<T> T
randomElementFrom(Collection<T> items, SourceOfRandomness random)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

randomElementFrom

public static <T> T randomElementFrom(Collection<T> items,
                                      SourceOfRandomness random)


Copyright © 2013. All Rights Reserved.