2022-06-10 21:38:30 +09:00

20 lines
383 B
Smali

.class interface abstract Lcom/google/common/hash/LongAddable;
.super Ljava/lang/Object;
.source "LongAddable.java"
# annotations
.annotation runtime Lcom/google/common/hash/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