Searched defs:LongAdder (Results 1 – 9 of 9) sorted by relevance
43 final class LongAdder extends Striped64 implements Serializable, LongAddable { class53 public LongAdder() {} in LongAdder() method in LongAdder
33 new LongAdder(); // trigger static initialization of the LongAdder class, which may fail in LongAdder() method
41 final class LongAdder extends Striped64 implements Serializable, LongAddable { class51 public LongAdder() {} in LongAdder() method in LongAdder
31 new LongAdder(); // trigger static initialization of the LongAdder class, which may fail in LongAdder() method
24 class LongAdder implements LongAddable { class