Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/util/
DCollectionsTest.java49 public void testEmptyIterator() { in testEmptyIterator() method in CollectionsTest
50 testEmptyIterator(Collections.emptyIterator()); in testEmptyIterator()
51 testEmptyIterator(Collections.emptyList().iterator()); in testEmptyIterator()
52 testEmptyIterator(Collections.emptySet().iterator()); in testEmptyIterator()
53 testEmptyIterator(Collections.emptyMap().keySet().iterator()); in testEmptyIterator()
54 testEmptyIterator(Collections.emptyMap().entrySet().iterator()); in testEmptyIterator()
55 testEmptyIterator(Collections.emptyMap().values().iterator()); in testEmptyIterator()
58 private void testEmptyIterator(Iterator<?> i) { in testEmptyIterator() method in CollectionsTest
/libcore/jsr166-tests/src/test/java/jsr166/
DPriorityQueueTest.java457 public void testEmptyIterator() { in testEmptyIterator() method in PriorityQueueTest
DCopyOnWriteArraySetTest.java246 public void testEmptyIterator() { in testEmptyIterator() method in CopyOnWriteArraySetTest
DConcurrentLinkedQueueTest.java443 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentLinkedQueueTest
DLinkedListTest.java399 public void testEmptyIterator() { in testEmptyIterator() method in LinkedListTest
DPriorityBlockingQueueTest.java592 public void testEmptyIterator() { in testEmptyIterator() method
DCopyOnWriteArrayListTest.java285 public void testEmptyIterator() { in testEmptyIterator() method in CopyOnWriteArrayListTest
DDelayQueueTest.java638 public void testEmptyIterator() { in testEmptyIterator() method
DConcurrentLinkedDequeTest.java712 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentLinkedDequeTest
DLinkedBlockingQueueTest.java658 public void testEmptyIterator() { in testEmptyIterator() method
DArrayDequeTest.java758 public void testEmptyIterator() { in testEmptyIterator() method in ArrayDequeTest
DArrayBlockingQueueTest.java722 public void testEmptyIterator() { in testEmptyIterator() method
DLinkedTransferQueueTest.java530 public void testEmptyIterator() { in testEmptyIterator() method in LinkedTransferQueueTest
DTreeSetTest.java495 public void testEmptyIterator() { in testEmptyIterator() method in TreeSetTest
DConcurrentSkipListSetTest.java490 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
DConcurrentHashMap8Test.java428 public void testEmptyIterator() { in testEmptyIterator() method in ConcurrentHashMap8Test
DLinkedBlockingDequeTest.java1548 public void testEmptyIterator() {