Home
last modified time | relevance | path

Searched refs:testEmptyIterator (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java43 public void testEmptyIterator() { in testEmptyIterator() method in CollectionsTest
44 testEmptyIterator(Collections.emptyIterator()); in testEmptyIterator()
45 testEmptyIterator(Collections.emptyList().iterator()); in testEmptyIterator()
46 testEmptyIterator(Collections.emptySet().iterator()); in testEmptyIterator()
47 testEmptyIterator(Collections.emptyMap().keySet().iterator()); in testEmptyIterator()
48 testEmptyIterator(Collections.emptyMap().entrySet().iterator()); in testEmptyIterator()
49 testEmptyIterator(Collections.emptyMap().values().iterator()); in testEmptyIterator()
52 private void testEmptyIterator(Iterator<?> i) { in testEmptyIterator() method in CollectionsTest
/libcore/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArraySetTest.java201 public void testEmptyIterator() { in testEmptyIterator() method in CopyOnWriteArraySetTest
DPriorityQueueTest.java459 public void testEmptyIterator() { in testEmptyIterator() method in PriorityQueueTest
DConcurrentLinkedQueueTest.java445 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentLinkedQueueTest
DLinkedListTest.java397 public void testEmptyIterator() { in testEmptyIterator() method in LinkedListTest
DPriorityBlockingQueueTest.java592 public void testEmptyIterator() { in testEmptyIterator() method
DDelayQueueTest.java634 public void testEmptyIterator() { in testEmptyIterator() method
DCopyOnWriteArrayListTest.java272 public void testEmptyIterator() { in testEmptyIterator() method in CopyOnWriteArrayListTest
DConcurrentLinkedDequeTest.java714 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentLinkedDequeTest
DLinkedBlockingQueueTest.java658 public void testEmptyIterator() { in testEmptyIterator() method
DArrayDequeTest.java760 public void testEmptyIterator() { in testEmptyIterator() method in ArrayDequeTest
DArrayBlockingQueueTest.java722 public void testEmptyIterator() { in testEmptyIterator() method
DLinkedTransferQueueTest.java528 public void testEmptyIterator() { in testEmptyIterator() method
DTreeSetTest.java496 public void testEmptyIterator() { in testEmptyIterator() method in TreeSetTest
DConcurrentSkipListSetTest.java491 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentSkipListSetTest
DTreeSubSetTest.java446 public void testEmptyIterator() { in testEmptyIterator() method in TreeSubSetTest
DConcurrentSkipListSubSetTest.java449 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentSkipListSubSetTest
DLinkedBlockingDequeTest.java1542 public void testEmptyIterator() {