Searched refs:emptyListIterator (Results 1 – 7 of 7) sorted by relevance
45 import static java.util.Collections.emptyListIterator;130 check(((List<?>)c).listIterator() == emptyListIterator()); in testEmptyCollection()
135 public static <T> java.util.ListIterator<T> emptyListIterator() { throw new RuntimeException("Stub!… in emptyListIterator() method in Collections
128 …tatic <T> java.util.ListIterator<@libcore.util.NullFromTypeParam T> emptyListIterator() { throw ne… in emptyListIterator() method in Collections
113 testEmptyListIterator(Collections.emptyListIterator()); in testEmptyListIterator()
4647 public static <T> ListIterator<T> emptyListIterator() {4869 return emptyListIterator();
291 public static <T> java.util.ListIterator<T> emptyListIterator() { in emptyListIterator() method in Collections
13631 method @NonNull public static <T> java.util.ListIterator<T> emptyListIterator();