Rabbit-R1/android (non root)/smali/smali_classes2/com/google/common/cache/LongAddable.smali
2024-05-21 17:08:36 -04:00

19 lines
385 B
Smali

.class interface abstract Lcom/google/common/cache/LongAddable;
.super Ljava/lang/Object;
.source "LongAddable.java"
# annotations
.annotation runtime Lcom/google/common/cache/ElementTypesAreNonnullByDefault;
.end annotation
# virtual methods
.method public abstract add(J)V
.end method
.method public abstract increment()V
.end method
.method public abstract sum()J
.end method