Home
last modified time | relevance | path

Searched defs:emptyListIterator (Results 1 – 3 of 3) sorted by relevance

/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/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/hiddenapi/java/util/
DCollections.java291 public static <T> java.util.ListIterator<T> emptyListIterator() { in emptyListIterator() method in Collections