Searched refs:emptyIterator (Results 1 – 11 of 11) sorted by relevance
43 import static java.util.Collections.emptyIterator;72 testEmptyIterator(emptyIterator()); in test()83 check(it == emptyIterator()); in testEmptyIterator()94 Collections.<Map.Entry<?,?>>emptyIterator()); in testEmptyMap()95 check(m.values().iterator() == emptyIterator()); in testEmptyMap()96 check(m.keySet().iterator() == emptyIterator()); in testEmptyMap()128 check(c.iterator() == emptyIterator()); in testEmptyCollection()
46 return Collections.emptyIterator(); in charsets()
133 public static <T> java.util.Iterator<T> emptyIterator() { throw new RuntimeException("Stub!"); } in emptyIterator() method in Collections
1030 return Collections.emptyIterator(); in iterator()
126 …blic static <T> java.util.Iterator<@libcore.util.NullFromTypeParam T> emptyIterator() { throw new … in emptyIterator() method in Collections
4603 public static <T> Iterator<T> emptyIterator() {4694 public Iterator<E> asIterator() { return emptyIterator(); }4739 public Iterator<E> iterator() { return emptyIterator(); }4866 return emptyIterator();
630 return Collections.emptyIterator(); in getIterator()
1476 Iterator<EmptyEnum> emptyIterator = emptySet.iterator(); in test_iterator() local1478 emptyIterator.next(); in test_iterator()
89 testEmptyIterator(Collections.emptyIterator()); in testEmptyIterator()
287 public static <T> java.util.Iterator<T> emptyIterator() { in emptyIterator() method in Collections
13629 method @NonNull public static <T> java.util.Iterator<T> emptyIterator();