mTimes = times;
return mTimes.size();
Time time = null; try { time = mTimes.get(index); } catch (IndexOutOfBoundsException e) { // Do nothing and return null } return time;