Creates an Iterable that iterates over a range of elements.
Iterable<E> getRange(int start, int end);