37383940414243
Entry<Long, String> e = it.next(); if (e.getKey() > date8) return ret; ret = e.getValue(); } throw new NoEntryForDate(date8.toString()); }
24252627282930
for(int i=0;i<rollDates.length;i++){ if (rollDates[i] > date8) return ret; ret = validInstrument[i]; } throw new NoEntryForDate(date8.toString()); }