Searched refs:emptyIterator (Results 1 – 10 of 10) sorted by relevance
46 return Collections.emptyIterator(); in charsets()
1064 return Collections.emptyIterator(); in iterator()
492 return Collections.emptyIterator(); in iterator()
609 return Collections.emptyIterator(); in getIterator()
4237 public static <T> Iterator<T> emptyIterator() {4371 public Iterator<E> iterator() { return emptyIterator(); }4490 return emptyIterator();
124 …blic static <T> java.util.Iterator<@libcore.util.NullFromTypeParam T> emptyIterator() { throw new … in emptyIterator() method in Collections
1476 Iterator<EmptyEnum> emptyIterator = emptySet.iterator(); in test_iterator() local1478 emptyIterator.next(); in test_iterator()
87 testEmptyIterator(Collections.emptyIterator()); in testEmptyIterator()
287 public static <T> java.util.Iterator<T> emptyIterator() { in emptyIterator() method in Collections
12629 method @NonNull public static <T> java.util.Iterator<T> emptyIterator();