Class Labtest11Helper

java.lang.Object
  extended by Labtest11Helper

public class Labtest11Helper
extends java.lang.Object


Constructor Summary
Labtest11Helper()
           
 
Method Summary
static java.util.List<java.lang.Integer> getRandom()
          Returns a list of length between 10 and 20 that has elements, each of which is a randomly chosen integer between 50 and 100.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Labtest11Helper

public Labtest11Helper()
Method Detail

getRandom

public static java.util.List<java.lang.Integer> getRandom()
Returns a list of length between 10 and 20 that has elements, each of which is a randomly chosen integer between 50 and 100.

Returns: