utility
Class UtilityClass

java.lang.Object
  extended by utility.UtilityClass

public class UtilityClass
extends java.lang.Object


Constructor Summary
UtilityClass()
           
 
Method Summary
static int[] getRandomlyGeneratedArray()
          This method generates an array.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilityClass

public UtilityClass()
Method Detail

getRandomlyGeneratedArray

public static int[] getRandomlyGeneratedArray()
This method generates an array. The size of the array is chosen randomly, but the size will always be between 10 and 20 elements. The elements are chosen randomly, and will always be single-digit positive integers.

Returns:
an array, as specified above