Home
last modified time | relevance | path

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

/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java147 LexicographicList<BS> bss = new LexicographicList<BS>(bs); in testGenericComparable() local
150 if (m.putIfAbsent(bss, true) == null) in testGenericComparable()
151 assertTrue(m.containsKey(bss)); in testGenericComparable()