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