Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java126 …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.java111 testEmptyListIterator(Collections.emptyListIterator()); in testEmptyListIterator()