Searched refs:emptyListIterator (Results 1 – 2 of 2) sorted by relevance
126 …tatic <T> java.util.ListIterator<@libcore.util.NullFromTypeParam T> emptyListIterator() { throw ne… in emptyListIterator() method in Collections
111 testEmptyListIterator(Collections.emptyListIterator()); in testEmptyListIterator()