Package com.google.common.cache
Class LongAddables
- java.lang.Object
-
- com.google.common.cache.LongAddables
-
final class LongAddables extends java.lang.Object
Source ofLongAddable
objects that deals with GWT, Unsafe, and all that.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
LongAddables.PureJavaLongAddable
-
Field Summary
Fields Modifier and Type Field Description private static Supplier<LongAddable>
SUPPLIER
-
Constructor Summary
Constructors Constructor Description LongAddables()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LongAddable
create()
-
-
-
Field Detail
-
SUPPLIER
private static final Supplier<LongAddable> SUPPLIER
-
-
Method Detail
-
create
public static LongAddable create()
-
-