mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
68 lines
1.5 KiB
Smali
68 lines
1.5 KiB
Smali
.class final Lcom/google/common/cache/LongAddables$PureJavaLongAddable;
|
|
.super Ljava/util/concurrent/atomic/AtomicLong;
|
|
.source "LongAddables.java"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/common/cache/LongAddable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/common/cache/LongAddables;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x1a
|
|
name = "PureJavaLongAddable"
|
|
.end annotation
|
|
|
|
|
|
# direct methods
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
.line 59
|
|
invoke-direct {p0}, Ljava/util/concurrent/atomic/AtomicLong;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method synthetic constructor <init>(Lcom/google/common/cache/LongAddables$1;)V
|
|
.locals 0
|
|
|
|
.line 59
|
|
invoke-direct {p0}, Lcom/google/common/cache/LongAddables$PureJavaLongAddable;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public add(J)V
|
|
.locals 0
|
|
|
|
.line 67
|
|
invoke-virtual {p0, p1, p2}, Lcom/google/common/cache/LongAddables$PureJavaLongAddable;->getAndAdd(J)J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public increment()V
|
|
.locals 0
|
|
|
|
.line 62
|
|
invoke-virtual {p0}, Lcom/google/common/cache/LongAddables$PureJavaLongAddable;->getAndIncrement()J
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method public sum()J
|
|
.locals 2
|
|
|
|
.line 72
|
|
invoke-virtual {p0}, Lcom/google/common/cache/LongAddables$PureJavaLongAddable;->get()J
|
|
|
|
move-result-wide v0
|
|
|
|
return-wide v0
|
|
.end method
|