helper
Class Labtest11Helper

java.lang.Object
  extended by helper.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 1 and 5.
 
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 1 and 5.

Returns: