Searched refs:EmptyIterator (Results 1 – 2 of 2) sorted by relevance
4238 return (Iterator<T>) EmptyIterator.EMPTY_ITERATOR;4241 private static class EmptyIterator<E> implements Iterator<E> {4242 static final EmptyIterator<Object> EMPTY_ITERATOR4243 = new EmptyIterator<>();4286 extends EmptyIterator<E>
1486 private static class EmptyIterator<E> implements java.util.Iterator<E> { class in Collections1488 private EmptyIterator() { in EmptyIterator() method in Collections.EmptyIterator1508 static final java.util.Collections.EmptyIterator<java.lang.Object> EMPTY_ITERATOR;1596 private static class EmptyListIterator<E> extends java.util.Collections.EmptyIterator<E>