Searched refs:SimpleSortedSet (Results 1 – 3 of 3) sorted by relevance
| /libcore/ojluni/src/test/java/util/SequencedCollection/ |
| D | SimpleSortedSet.java | 32 public class SimpleSortedSet<E> implements SortedSet<E> { class 36 public SimpleSortedSet() { in SimpleSortedSet() method in SimpleSortedSet 40 public SimpleSortedSet(Collection<? extends E> c) { in SimpleSortedSet() method in SimpleSortedSet 44 public SimpleSortedSet(Comparator<? super E> comparator) { in SimpleSortedSet() method in SimpleSortedSet
|
| D | Basic.java | 120 new Object[] { "SimpleSortedSet", new SimpleSortedSet<>(ORIGINAL), ORIGINAL }, in populated() 143 new Object[] { "SimpleSortedSet", new SimpleSortedSet<>(), List.of() }, in empties() 182 new Object[] { "SimpleSortedSet", new SimpleSortedSet<>(ORIGINAL), ORIGINAL }, in removes() 198 new Object[] { "SimpleSortedSet", new SimpleSortedSet<>(), List.of() }, in emptyRemoves() 248 new Object[] { "SimpleSortedSet", new SimpleSortedSet<>(ORIGINAL) } in doubleReverse()
|
| /libcore/ |
| D | EXPECTED_UPSTREAM | 2627 …va/util/SequencedCollection/SimpleSortedSet.java,jdk21u/jdk-21.0.4-ga,test/jdk/java/util/Sequenced…
|