15 lines
251 B
Java
15 lines
251 B
Java
/*
|
|
* Decompiled with CFR 0.152.
|
|
*/
|
|
package com.google.common.cache;
|
|
|
|
import com.google.common.annotations.GwtCompatible;
|
|
|
|
@GwtCompatible
|
|
interface LongAddable {
|
|
public void increment();
|
|
|
|
public void add(long var1);
|
|
|
|
public long sum();
|
|
}
|