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