Home
last modified time | relevance | path

Searched refs:emptyListIterator (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DEmptyIterator.java45 import static java.util.Collections.emptyListIterator;
130 check(((List<?>)c).listIterator() == emptyListIterator()); in testEmptyCollection()
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java135 public static <T> java.util.ListIterator<T> emptyListIterator() { throw new RuntimeException("Stub!… in emptyListIterator() method in Collections
/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java128 …tatic <T> java.util.ListIterator<@libcore.util.NullFromTypeParam T> emptyListIterator() { throw ne… in emptyListIterator() method in Collections
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java113 testEmptyListIterator(Collections.emptyListIterator()); in testEmptyListIterator()
/libcore/ojluni/src/main/java/java/util/
DCollections.java4647 public static <T> ListIterator<T> emptyListIterator() {
4869 return emptyListIterator();
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java291 public static <T> java.util.ListIterator<T> emptyListIterator() { in emptyListIterator() method in Collections
/libcore/api/
Dcurrent.txt13631 method @NonNull public static <T> java.util.ListIterator<T> emptyListIterator();