Searched refs:LexicographicList (Results 1 – 1 of 1) sorted by relevance
60 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest61 implements Comparable<LexicographicList<E>> {64 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList65 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList66 public int compareTo(LexicographicList<E> other) { in compareTo()109 LexicographicList<BI> bis = new LexicographicList<BI>(bi); in testGenericComparable()110 LexicographicList<BS> bss = new LexicographicList<BS>(bs); in testGenericComparable()135 LexicographicList<BI> bis = new LexicographicList<BI>(new BI(i)); in testGenericComparable2()