on.java
1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
import com.google.common.annotations.Beta;
import com.google.common.annotations.GwtCompatible;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.base.Function;
import com.google.common.base.MoreObjects;
import com.google.common.collect.MapMaker.e;
import java.util.concurrent.ConcurrentMap;
@Deprecated
@Beta
@GwtCompatible(emulated=true)
public abstract class on<K0, V0>
{
@GwtIncompatible("To be supported")
protected MapMaker.e<K0, V0> a;
@GwtIncompatible("To be supported")
public final <K extends K0, V extends V0> MapMaker.e<K, V> a()
{
return (MapMaker.e)MoreObjects.firstNonNull(this.a, on.a.a);
}
@Deprecated
protected abstract <K extends K0, V extends V0> ConcurrentMap<K, V> a(Function<? super K, ? extends V> paramFunction);
public abstract on<K0, V0> concurrencyLevel(int paramInt);
public abstract on<K0, V0> initialCapacity(int paramInt);
public abstract <K extends K0, V extends V0> ConcurrentMap<K, V> makeMap();
@Deprecated
@GwtIncompatible("java.lang.ref.SoftReference")
public abstract on<K0, V0> softValues();
@GwtIncompatible("java.lang.ref.WeakReference")
public abstract on<K0, V0> weakKeys();
@GwtIncompatible("java.lang.ref.WeakReference")
public abstract on<K0, V0> weakValues();
@GwtIncompatible("To be supported")
static enum a
implements MapMaker.e<Object, Object>
{
private a() {}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/on.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/