Searched defs:IntIterator (Results 1 – 1 of 1) sorted by relevance
58 static class IntIterator implements Iterator<Integer> { class in TestIterable62 public IntIterator(int first, int last) { in IntIterator() method in TestIterable.IntIterator