Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/util/concurrent/atomic/
DStriped64.java94 static final class Cell { class in Striped64
96 Cell(long x) { value = x; } in Cell() method in Striped64.Cell