Home
last modified time | relevance | path

Searched refs:emptyIterator (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/test/java/util/Collections/
DEmptyIterator.java43 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()
/libcore/luni/src/test/java/libcore/java/nio/charset/
DSettableCharsetProvider.java46 return Collections.emptyIterator(); in charsets()
/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/ojluni/src/main/java/java/util/concurrent/
DSynchronousQueue.java1030 return Collections.emptyIterator(); in iterator()
/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/src/main/java/java/util/
DCollections.java4603 public static <T> Iterator<T> emptyIterator() {
4694 public Iterator<E> asIterator() { return emptyIterator(); }
4739 public Iterator<E> iterator() { return emptyIterator(); }
4866 return emptyIterator();
DHashtable.java630 return Collections.emptyIterator(); in getIterator()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DEnumSetTest.java1476 Iterator<EmptyEnum> emptyIterator = emptySet.iterator(); in test_iterator() local
1478 emptyIterator.next(); in test_iterator()
/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java89 testEmptyIterator(Collections.emptyIterator()); in testEmptyIterator()
/libcore/ojluni/annotations/hiddenapi/java/util/
DCollections.java287 public static <T> java.util.Iterator<T> emptyIterator() { in emptyIterator() method in Collections
/libcore/api/
Dcurrent.txt13629 method @NonNull public static <T> java.util.Iterator<T> emptyIterator();