qr$1.java
3.85 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
import com.google.common.hash.Funnel;
import com.google.common.hash.HashCode;
import com.google.common.hash.Hasher;
import java.nio.charset.Charset;
final class qr$1
implements Hasher
{
qr$1(qr paramqr, Hasher[] paramArrayOfHasher) {}
public final HashCode hash()
{
return this.b.a(this.a);
}
public final Hasher putBoolean(boolean paramBoolean)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putBoolean(paramBoolean);
i += 1;
}
return this;
}
public final Hasher putByte(byte paramByte)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putByte(paramByte);
i += 1;
}
return this;
}
public final Hasher putBytes(byte[] paramArrayOfByte)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putBytes(paramArrayOfByte);
i += 1;
}
return this;
}
public final Hasher putBytes(byte[] paramArrayOfByte, int paramInt1, int paramInt2)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putBytes(paramArrayOfByte, paramInt1, paramInt2);
i += 1;
}
return this;
}
public final Hasher putChar(char paramChar)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putChar(paramChar);
i += 1;
}
return this;
}
public final Hasher putDouble(double paramDouble)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putDouble(paramDouble);
i += 1;
}
return this;
}
public final Hasher putFloat(float paramFloat)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putFloat(paramFloat);
i += 1;
}
return this;
}
public final Hasher putInt(int paramInt)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putInt(paramInt);
i += 1;
}
return this;
}
public final Hasher putLong(long paramLong)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putLong(paramLong);
i += 1;
}
return this;
}
public final <T> Hasher putObject(T paramT, Funnel<? super T> paramFunnel)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putObject(paramT, paramFunnel);
i += 1;
}
return this;
}
public final Hasher putShort(short paramShort)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putShort(paramShort);
i += 1;
}
return this;
}
public final Hasher putString(CharSequence paramCharSequence, Charset paramCharset)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putString(paramCharSequence, paramCharset);
i += 1;
}
return this;
}
public final Hasher putUnencodedChars(CharSequence paramCharSequence)
{
Hasher[] arrayOfHasher = this.a;
int j = arrayOfHasher.length;
int i = 0;
while (i < j)
{
arrayOfHasher[i].putUnencodedChars(paramCharSequence);
i += 1;
}
return this;
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qr$1.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/