Searched defs:emptyIterator (Results 1 – 4 of 4) sorted by relevance
126 …blic static <T> java.util.Iterator<@libcore.util.NullFromTypeParam T> emptyIterator() { throw new … in emptyIterator() method in Collections
133 public static <T> java.util.Iterator<T> emptyIterator() { throw new RuntimeException("Stub!"); } in emptyIterator() method in Collections
1476 Iterator<EmptyEnum> emptyIterator = emptySet.iterator(); in test_iterator() local
287 public static <T> java.util.Iterator<T> emptyIterator() { in emptyIterator() method in Collections