You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
730 B
33 lines
730 B
package p060t1;
|
|
|
|
/* renamed from: t1.j0 */
|
|
/* loaded from: classes.dex */
|
|
public final class C1686j0 implements InterfaceC1712r0 {
|
|
|
|
/* renamed from: d */
|
|
public final boolean f3913d;
|
|
|
|
public C1686j0(boolean z) {
|
|
this.f3913d = z;
|
|
}
|
|
|
|
@Override // p060t1.InterfaceC1712r0
|
|
/* renamed from: a */
|
|
public boolean mo523a() {
|
|
return this.f3913d;
|
|
}
|
|
|
|
@Override // p060t1.InterfaceC1712r0
|
|
/* renamed from: d */
|
|
public C1672e1 mo522d() {
|
|
return null;
|
|
}
|
|
|
|
public String toString() {
|
|
StringBuilder sb = new StringBuilder();
|
|
sb.append("Empty{");
|
|
sb.append(mo523a() ? "Active" : "New");
|
|
sb.append('}');
|
|
return sb.toString();
|
|
}
|
|
} |