Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java84 static class LexicographicList<E extends Comparable<E>> extends ArrayList<E> class in ConcurrentHashMapTest
86 LexicographicList(Collection<E> c) { super(c); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList
87 LexicographicList(E e) { super(Collections.singleton(e)); } in LexicographicList() method in ConcurrentHashMapTest.LexicographicList