Package org.minidns.util
Class CollectionsUtil
- java.lang.Object
 - 
- org.minidns.util.CollectionsUtil
 
 
- 
public class CollectionsUtil extends java.lang.Object
 
- 
- 
Constructor Summary
Constructors Constructor Description CollectionsUtil() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TgetRandomFrom(java.util.Set<T> set, java.util.Random random) 
 - 
 
- 
- 
Constructor Detail
- 
CollectionsUtil
public CollectionsUtil()
 
 - 
 
- 
Method Detail
- 
getRandomFrom
public static <T> T getRandomFrom(java.util.Set<T> set, java.util.Random random)
 
 - 
 
 -