Home
last modified time | relevance | path

Searched refs:LexicographicList (Results 1 – 8 of 8) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java113 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
114 implements Comparable<LexicographicList<E>> {
115 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
116 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
117 public int compareTo(LexicographicList<E> other) { in compareTo()
173 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
174 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
199 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java113 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
114 implements Comparable<LexicographicList<E>> {
115 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
116 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
117 public int compareTo(LexicographicList<E> other) { in compareTo()
173 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
174 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
199 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java113 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
114 implements Comparable<LexicographicList<E>> {
115 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
116 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
117 public int compareTo(LexicographicList<E> other) { in compareTo()
173 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
174 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
199 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java113 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
114 implements Comparable<LexicographicList<E>> {
115 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
116 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
117 public int compareTo(LexicographicList<E> other) { in compareTo()
173 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
174 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
199 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java111 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
112 implements Comparable<LexicographicList<E>> {
113 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
114 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
115 public int compareTo(LexicographicList<E> other) { in compareTo()
171 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
172 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
197 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java111 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
112 implements Comparable<LexicographicList<E>> {
113 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
114 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
115 public int compareTo(LexicographicList<E> other) { in compareTo()
171 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
172 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
197 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java111 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
112 implements Comparable<LexicographicList<E>> {
113 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
114 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
115 public int compareTo(LexicographicList<E> other) { in compareTo()
171 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
172 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
197 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/util/concurrent/tck/
H A DConcurrentHashMapTest.java111 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
112 implements Comparable<LexicographicList<E>> {
113 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
114 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
115 public int compareTo(LexicographicList<E> other) { in compareTo()
171 LexicographicList<BI> bis = new LexicographicList<>(bi); in testGenericComparable()
172 LexicographicList<BS> bss = new LexicographicList<>(bs); in testGenericComparable()
197 LexicographicList<BI> bis = new LexicographicList<>(new BI(i)); in testGenericComparable2()