my.java
3.86 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
import com.google.common.annotations.GwtCompatible;
import com.google.common.base.Objects;
import com.google.common.collect.Iterators;
import com.google.common.collect.Multiset;
import com.google.common.collect.Multiset.Entry;
import com.google.common.collect.Multisets;
import com.google.common.collect.Multisets.b;
import com.google.common.collect.Multisets.c;
import java.util.AbstractCollection;
import java.util.Collection;
import java.util.Iterator;
import java.util.Set;
import javax.annotation.Nullable;
@GwtCompatible
public abstract class my<E>
extends AbstractCollection<E>
implements Multiset<E>
{
private transient Set<E> a;
private transient Set<Multiset.Entry<E>> b;
public abstract Iterator<Multiset.Entry<E>> a();
public int add(@Nullable E paramE, int paramInt)
{
throw new UnsupportedOperationException();
}
public boolean add(@Nullable E paramE)
{
add(paramE, 1);
return true;
}
public boolean addAll(Collection<? extends E> paramCollection)
{
return Multisets.a(this, paramCollection);
}
public abstract int b();
public Set<E> c()
{
return new my.a();
}
public void clear()
{
Iterators.b(a());
}
public boolean contains(@Nullable Object paramObject)
{
return count(paramObject) > 0;
}
public int count(@Nullable Object paramObject)
{
Iterator localIterator = entrySet().iterator();
while (localIterator.hasNext())
{
Multiset.Entry localEntry = (Multiset.Entry)localIterator.next();
if (Objects.equal(localEntry.getElement(), paramObject)) {
return localEntry.getCount();
}
}
return 0;
}
public Set<Multiset.Entry<E>> createEntrySet()
{
return new my.b();
}
public Set<E> elementSet()
{
Set localSet2 = this.a;
Set localSet1 = localSet2;
if (localSet2 == null)
{
localSet1 = c();
this.a = localSet1;
}
return localSet1;
}
public Set<Multiset.Entry<E>> entrySet()
{
Set localSet2 = this.b;
Set localSet1 = localSet2;
if (localSet2 == null)
{
localSet1 = createEntrySet();
this.b = localSet1;
}
return localSet1;
}
public boolean equals(@Nullable Object paramObject)
{
return Multisets.a(this, paramObject);
}
public int hashCode()
{
return entrySet().hashCode();
}
public boolean isEmpty()
{
return entrySet().isEmpty();
}
public Iterator<E> iterator()
{
return Multisets.a(this);
}
public int remove(@Nullable Object paramObject, int paramInt)
{
throw new UnsupportedOperationException();
}
public boolean remove(@Nullable Object paramObject)
{
return remove(paramObject, 1) > 0;
}
public boolean removeAll(Collection<?> paramCollection)
{
return Multisets.b(this, paramCollection);
}
public boolean retainAll(Collection<?> paramCollection)
{
return Multisets.c(this, paramCollection);
}
public int setCount(@Nullable E paramE, int paramInt)
{
return Multisets.a(this, paramE, paramInt);
}
public boolean setCount(@Nullable E paramE, int paramInt1, int paramInt2)
{
return Multisets.a(this, paramE, paramInt1, paramInt2);
}
public int size()
{
return Multisets.b(this);
}
public String toString()
{
return entrySet().toString();
}
final class a
extends Multisets.b<E>
{
a() {}
final Multiset<E> a()
{
return my.this;
}
}
public class b
extends Multisets.c<E>
{
protected b() {}
public Multiset<E> a()
{
return my.this;
}
public Iterator<Multiset.Entry<E>> iterator()
{
return my.this.a();
}
public int size()
{
return my.this.b();
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/my.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/