MapMaker.java
10.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
package com.google.common.collect;
import com.google.common.annotations.GwtCompatible;
import com.google.common.annotations.GwtIncompatible;
import com.google.common.base.Ascii;
import com.google.common.base.Equivalence;
import com.google.common.base.Function;
import com.google.common.base.MoreObjects;
import com.google.common.base.MoreObjects.ToStringHelper;
import com.google.common.base.Preconditions;
import com.google.common.base.Throwables;
import com.google.common.base.Ticker;
import java.io.Serializable;
import java.util.AbstractMap;
import java.util.Collections;
import java.util.Map.Entry;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;
import javax.annotation.Nullable;
import nm;
import on;
import oq;
import pc;
import pc.p;
@GwtCompatible(emulated=true)
public final class MapMaker
extends on<Object, Object>
{
public boolean b;
int c = -1;
int d = -1;
public int e = -1;
pc.p f;
public pc.p g;
public long h = -1L;
public long i = -1L;
public d j;
public Equivalence<Object> k;
public Ticker l;
@GwtIncompatible("To be supported")
public final MapMaker a(Equivalence<Object> paramEquivalence)
{
if (this.k == null) {}
for (boolean bool = true;; bool = false)
{
Preconditions.checkState(bool, "key equivalence was already set to %s", new Object[] { this.k });
this.k = ((Equivalence)Preconditions.checkNotNull(paramEquivalence));
this.b = true;
return this;
}
}
public final MapMaker a(pc.p paramp)
{
boolean bool2 = false;
if (this.f == null) {}
for (boolean bool1 = true;; bool1 = false)
{
Preconditions.checkState(bool1, "Key strength was already set to %s", new Object[] { this.f });
this.f = ((pc.p)Preconditions.checkNotNull(paramp));
bool1 = bool2;
if (this.f != pc.p.b) {
bool1 = true;
}
Preconditions.checkArgument(bool1, "Soft keys are not supported");
if (paramp != pc.p.a) {
this.b = true;
}
return this;
}
}
@Deprecated
public final <K, V> ConcurrentMap<K, V> a(Function<? super K, ? extends V> paramFunction)
{
if (this.j == null) {}
for (paramFunction = new a(this, paramFunction);; paramFunction = new b(this, paramFunction)) {
return (ConcurrentMap)paramFunction;
}
}
public final void a(long paramLong, TimeUnit paramTimeUnit)
{
if (this.h == -1L)
{
bool = true;
Preconditions.checkState(bool, "expireAfterWrite was already set to %s ns", new Object[] { Long.valueOf(this.h) });
if (this.i != -1L) {
break label108;
}
bool = true;
label49:
Preconditions.checkState(bool, "expireAfterAccess was already set to %s ns", new Object[] { Long.valueOf(this.i) });
if (paramLong < 0L) {
break label114;
}
}
label108:
label114:
for (boolean bool = true;; bool = false)
{
Preconditions.checkArgument(bool, "duration cannot be negative: %s %s", new Object[] { Long.valueOf(paramLong), paramTimeUnit });
return;
bool = false;
break;
bool = false;
break label49;
}
}
public final int b()
{
if (this.c == -1) {
return 16;
}
return this.c;
}
public final MapMaker b(pc.p paramp)
{
if (this.g == null) {}
for (boolean bool = true;; bool = false)
{
Preconditions.checkState(bool, "Value strength was already set to %s", new Object[] { this.g });
this.g = ((pc.p)Preconditions.checkNotNull(paramp));
if (paramp != pc.p.a) {
this.b = true;
}
return this;
}
}
public final int c()
{
if (this.d == -1) {
return 4;
}
return this.d;
}
public final MapMaker concurrencyLevel(int paramInt)
{
boolean bool2 = true;
if (this.d == -1)
{
bool1 = true;
Preconditions.checkState(bool1, "concurrency level was already set to %s", new Object[] { Integer.valueOf(this.d) });
if (paramInt <= 0) {
break label54;
}
}
label54:
for (boolean bool1 = bool2;; bool1 = false)
{
Preconditions.checkArgument(bool1);
this.d = paramInt;
return this;
bool1 = false;
break;
}
}
public final pc.p d()
{
return (pc.p)MoreObjects.firstNonNull(this.f, pc.p.a);
}
public final MapMaker initialCapacity(int paramInt)
{
boolean bool2 = true;
if (this.c == -1)
{
bool1 = true;
Preconditions.checkState(bool1, "initial capacity was already set to %s", new Object[] { Integer.valueOf(this.c) });
if (paramInt < 0) {
break label54;
}
}
label54:
for (boolean bool1 = bool2;; bool1 = false)
{
Preconditions.checkArgument(bool1);
this.c = paramInt;
return this;
bool1 = false;
break;
}
}
public final <K, V> ConcurrentMap<K, V> makeMap()
{
if (!this.b) {
return new ConcurrentHashMap(b(), 0.75F, c());
}
if (this.j == null) {}
for (Object localObject = new pc(this);; localObject = new c(this)) {
return (ConcurrentMap)localObject;
}
}
@Deprecated
@GwtIncompatible("java.lang.ref.SoftReference")
public final MapMaker softValues()
{
return b(pc.p.b);
}
public final String toString()
{
MoreObjects.ToStringHelper localToStringHelper = MoreObjects.toStringHelper(this);
if (this.c != -1) {
localToStringHelper.add("initialCapacity", this.c);
}
if (this.d != -1) {
localToStringHelper.add("concurrencyLevel", this.d);
}
if (this.e != -1) {
localToStringHelper.add("maximumSize", this.e);
}
long l1;
if (this.h != -1L)
{
l1 = this.h;
localToStringHelper.add("expireAfterWrite", 22 + l1 + "ns");
}
if (this.i != -1L)
{
l1 = this.i;
localToStringHelper.add("expireAfterAccess", 22 + l1 + "ns");
}
if (this.f != null) {
localToStringHelper.add("keyStrength", Ascii.toLowerCase(this.f.toString()));
}
if (this.g != null) {
localToStringHelper.add("valueStrength", Ascii.toLowerCase(this.g.toString()));
}
if (this.k != null) {
localToStringHelper.addValue("keyEquivalence");
}
if (this.a != null) {
localToStringHelper.addValue("removalListener");
}
return localToStringHelper.toString();
}
@GwtIncompatible("java.lang.ref.WeakReference")
public final MapMaker weakKeys()
{
return a(pc.p.c);
}
@GwtIncompatible("java.lang.ref.WeakReference")
public final MapMaker weakValues()
{
return b(pc.p.c);
}
static final class a<K, V>
extends nm<K, V>
implements Serializable
{
private static final long serialVersionUID = 0L;
a(MapMaker paramMapMaker, Function<? super K, ? extends V> paramFunction)
{
super(paramFunction);
}
public final V get(Object paramObject)
{
Object localObject;
try
{
localObject = a(paramObject);
if (localObject == null)
{
localObject = String.valueOf(String.valueOf(this.a));
paramObject = String.valueOf(String.valueOf(paramObject));
throw new NullPointerException(((String)localObject).length() + 24 + ((String)paramObject).length() + (String)localObject + " returned null for key " + (String)paramObject + ".");
}
}
catch (ExecutionException paramObject)
{
paramObject = ((ExecutionException)paramObject).getCause();
Throwables.propagateIfInstanceOf((Throwable)paramObject, ComputationException.class);
throw new ComputationException((Throwable)paramObject);
}
return (V)localObject;
}
}
static final class b<K, V>
extends MapMaker.c<K, V>
{
private static final long serialVersionUID = 0L;
final Function<? super K, ? extends V> a;
b(MapMaker paramMapMaker, Function<? super K, ? extends V> paramFunction)
{
super();
this.a = ((Function)Preconditions.checkNotNull(paramFunction));
}
private V a(K paramK)
{
Preconditions.checkNotNull(paramK);
try
{
paramK = this.a.apply(paramK);
return paramK;
}
catch (ComputationException paramK)
{
throw paramK;
}
catch (Throwable paramK)
{
throw new ComputationException(paramK);
}
}
public final V get(Object paramObject)
{
Object localObject = a(paramObject);
Preconditions.checkNotNull(localObject, "%s returned null for key %s.", new Object[] { this.a, paramObject });
a(paramObject, localObject);
return (V)localObject;
}
}
static class c<K, V>
extends AbstractMap<K, V>
implements Serializable, ConcurrentMap<K, V>
{
private static final long serialVersionUID = 0L;
private final MapMaker.e<K, V> a;
private final MapMaker.d b;
c(MapMaker paramMapMaker)
{
this.a = paramMapMaker.a();
this.b = paramMapMaker.j;
}
final void a(K paramK, V paramV)
{
new MapMaker.f(paramK, paramV, this.b);
}
public boolean containsKey(@Nullable Object paramObject)
{
return false;
}
public boolean containsValue(@Nullable Object paramObject)
{
return false;
}
public Set<Map.Entry<K, V>> entrySet()
{
return Collections.emptySet();
}
public V get(@Nullable Object paramObject)
{
return null;
}
public V put(K paramK, V paramV)
{
Preconditions.checkNotNull(paramK);
Preconditions.checkNotNull(paramV);
a(paramK, paramV);
return null;
}
public V putIfAbsent(K paramK, V paramV)
{
return (V)put(paramK, paramV);
}
public V remove(@Nullable Object paramObject)
{
return null;
}
public boolean remove(@Nullable Object paramObject1, @Nullable Object paramObject2)
{
return false;
}
public V replace(K paramK, V paramV)
{
Preconditions.checkNotNull(paramK);
Preconditions.checkNotNull(paramV);
return null;
}
public boolean replace(K paramK, @Nullable V paramV1, V paramV2)
{
Preconditions.checkNotNull(paramK);
Preconditions.checkNotNull(paramV2);
return false;
}
}
public static abstract enum d
{
private d() {}
}
public static abstract interface e<K, V> {}
public static final class f<K, V>
extends oq<K, V>
{
private static final long serialVersionUID = 0L;
private final MapMaker.d a;
public f(@Nullable K paramK, @Nullable V paramV, MapMaker.d paramd)
{
super(paramV);
this.a = paramd;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/com/google/common/collect/MapMaker.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/