qf$o.java
1.21 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
import com.google.common.annotations.GwtIncompatible;
import com.google.common.base.Preconditions;
import java.io.IOException;
import java.io.ObjectOutputStream;
import java.io.Serializable;
import javax.annotation.Nullable;
class qf$o
implements Serializable
{
@GwtIncompatible("not needed in emulated source")
private static final long serialVersionUID = 0L;
final Object g;
final Object h;
qf$o(Object paramObject1, @Nullable Object paramObject2)
{
this.g = Preconditions.checkNotNull(paramObject1);
paramObject1 = paramObject2;
if (paramObject2 == null) {
paramObject1 = this;
}
this.h = paramObject1;
}
@GwtIncompatible("java.io.ObjectOutputStream")
private void writeObject(ObjectOutputStream paramObjectOutputStream)
throws IOException
{
synchronized (this.h)
{
paramObjectOutputStream.defaultWriteObject();
return;
}
}
Object b()
{
return this.g;
}
public String toString()
{
synchronized (this.h)
{
String str = this.g.toString();
return str;
}
}
}
/* Location: /home/merong/decompile/hackery-dex2jar.jar!/qf$o.class
* Java compiler version: 6 (50.0)
* JD-Core Version: 0.7.1
*/