Searched defs:emptyIterator (Results 1 – 5 of 5) sorted by relevance
79 static <T extends @Nullable Object> UnmodifiableIterator<T> emptyIterator() { in emptyIterator() method in Iterators
207 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