Searched defs:emptyIterator (Results 1 – 5 of 5) sorted by relevance
76 static <T> UnmodifiableIterator<T> emptyIterator() { in emptyIterator() method in Iterators
212 private static Iterator<String> emptyIterator; field in FallbackIterator
172 public static <T> MappingIterator<T> emptyIterator() { in emptyIterator() method in MappingIterator
35 public static <T> Iterator<T> emptyIterator() { in emptyIterator() method in ClassUtil