Searched defs:ToIterator (Results 1 – 1 of 1) sorted by relevance
362 private static class ToIterator<T> implements Iterator<T>, Iterable<T> { class in With369 public ToIterator(SimpleIterator<T> simpleIterator) { in ToIterator() method in With.ToIterator