Searched defs:ToSimpleIterator (Results 1 – 1 of 1) sorted by relevance
376 private static class ToSimpleIterator<T> implements SimpleIterator<T> { class in With379 public ToSimpleIterator(Iterator<T> iterator) { in ToSimpleIterator() method in With.ToSimpleIterator