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