Home
last modified time | relevance | path

Searched defs:emptyIterator (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/sdk/nullability/java/util/
DCollections.annotated.java126 …blic static <T> java.util.Iterator<@libcore.util.NullFromTypeParam T> emptyIterator() { throw new … in emptyIterator() method in Collections
/libcore/ojluni/annotations/flagged_api/java/util/
DCollections.annotated.java133 public static <T> java.util.Iterator<T> emptyIterator() { throw new RuntimeException("Stub!"); } in emptyIterator() method in Collections
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java1476 Iterator<EmptyEnum> emptyIterator = emptySet.iterator(); in test_iterator() local
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java287 public static <T> java.util.Iterator<T> emptyIterator() { in emptyIterator() method in Collections