Searched defs:emptyIterator (Results 1 – 3 of 3) sorted by relevance
76 static <T> UnmodifiableIterator<T> emptyIterator() { in emptyIterator() method in Iterators
211 private static Iterator<String> emptyIterator; field in FallbackIterator