startUpTimeMillis = System.currentTimeMillis(); startedOn = new Date(); for (int i=0; i<5;i++) someMap.put(new Integer(i),"Value"+i);
return someMap;
return startedOn;
return System.currentTimeMillis() - startUpTimeMillis;