oh$a.java
1.37 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.base.Preconditions;
import com.google.common.collect.ForwardingList;
import java.util.Collection;
import java.util.Collections;
import java.util.List;
final class oh$a<K, V>
extends ForwardingList<V>
{
final K a;
oh$a(K paramK)
{
this.a = paramK;
}
public final void add(int paramInt, V paramV)
{
Preconditions.checkPositionIndex(paramInt, 0);
paramV = String.valueOf(String.valueOf(this.a));
throw new IllegalArgumentException(paramV.length() + 32 + "Key does not satisfy predicate: " + paramV);
}
public final boolean add(V paramV)
{
add(0, paramV);
return true;
}
public final boolean addAll(int paramInt, Collection<? extends V> paramCollection)
{
Preconditions.checkNotNull(paramCollection);
Preconditions.checkPositionIndex(paramInt, 0);
paramCollection = String.valueOf(String.valueOf(this.a));
throw new IllegalArgumentException(paramCollection.length() + 32 + "Key does not satisfy predicate: " + paramCollection);
}
public final boolean addAll(Collection<? extends V> paramCollection)
{
addAll(0, paramCollection);
return true;
}
protected final List<V> delegate()
{
return Collections.emptyList();
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/oh$a.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/