105106107108109110111
} }; } protected Iterator<? extends DateMidnight> createDateMidnightIterator(DateTime start, DateTime end, int first, int count) { return new DateMidnightIterator(start, end, first, count); }