Searched defs:BS (Results 1 - 1 of 1) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
H A DConcurrentHashMapTest.java48 static class BS implements Comparable<BS> { class in class:ConcurrentHashMapTest
50 BS(String value) { this.value = value; } method in class:ConcurrentHashMapTest.BS
51 public int compareTo(BS other) {
55 return (x instanceof BS) && value.equals(((BS)x).value);
108 BS bs = new BS(String.valueOf(i));
110 LexicographicList<BS> bss = new LexicographicList<BS>(b
[all...]

Completed in 27 milliseconds