Searched refs:SimpleList (Results 1 – 4 of 4) sorted by relevance
/libcore/ojluni/src/test/java/util/SequencedCollection/ |
D | SimpleList.java | 33 public class SimpleList<E> implements List<E> { class 37 public SimpleList() { in SimpleList() method in SimpleList 41 public SimpleList(Collection<? extends E> c) { in SimpleList() method in SimpleList
|
D | Basic.java | 119 new Object[] { "SimpleList", new SimpleList<>(ORIGINAL), ORIGINAL }, in populated() 142 new Object[] { "SimpleList", new SimpleList<>(), List.of() }, in empties() 160 new Object[] { "SimpleList", new SimpleList<>(ORIGINAL), ORIGINAL } in adds() 181 new Object[] { "SimpleList", new SimpleList<>(ORIGINAL), ORIGINAL }, in removes() 197 new Object[] { "SimpleList", new SimpleList<>(), List.of() }, in emptyRemoves() 247 new Object[] { "SimpleList", new SimpleList<>(ORIGINAL) }, in doubleReverse() 316 new Object[] { "SimpleList", mode, new SimpleList<>(ORIGINAL), ORIGINAL } in subListMods() 329 new Object[] { "SimpleList", rev, new SimpleList<>(ORIGINAL), ORIGINAL } in iteratorMods() 342 new Object[] { "SimpleList", mode, new SimpleList<>(ORIGINAL), ORIGINAL } in subListIteratorMods()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
D | AbstractListTest.java | 33 static class SimpleList extends AbstractList { class in AbstractListTest 36 SimpleList() { in SimpleList() method in AbstractListTest.SimpleList 81 SimpleList list = new SimpleList(); in test_iterator() 109 SimpleList list2 = new SimpleList(); in test_listIterator() 130 SimpleList mList = new SimpleList(); in test_subListII()
|
/libcore/ |
D | EXPECTED_UPSTREAM | 2525 …st/java/util/SequencedCollection/SimpleList.java,jdk21u/jdk-21.0.1-ga,test/jdk/java/util/Sequenced…
|