package com.modulus.common.collections; public class Collections2 { static public Integer[] rangeAsObjects(int start, int stop) { Integer[] result = new Integer[stop-start]; for(int i=0;i