94 lines
2.7 KiB
Java
94 lines
2.7 KiB
Java
package o;
|
|
|
|
import java.util.Iterator;
|
|
import java.util.Map;
|
|
|
|
/* renamed from: o.XdZ, reason: case insensitive filesystem */
|
|
/* loaded from: classes2.dex */
|
|
public final class C1174XdZ extends XYy {
|
|
final InterfaceC16581pUl d;
|
|
|
|
/* renamed from: o.XdZ$IeS */
|
|
/* loaded from: classes2.dex */
|
|
static class IeS<K> implements Map.Entry<K, Object> {
|
|
Map.Entry<K, C1174XdZ> d;
|
|
|
|
/* synthetic */ IeS(Map.Entry entry, byte b) {
|
|
this(entry);
|
|
}
|
|
|
|
private IeS(Map.Entry<K, C1174XdZ> entry) {
|
|
this.d = entry;
|
|
}
|
|
|
|
@Override // java.util.Map.Entry
|
|
public final K getKey() {
|
|
return this.d.getKey();
|
|
}
|
|
|
|
@Override // java.util.Map.Entry
|
|
public final Object getValue() {
|
|
C1174XdZ value = this.d.getValue();
|
|
if (value == null) {
|
|
return null;
|
|
}
|
|
InterfaceC16581pUl interfaceC16581pUl = value.d;
|
|
return value.e(null);
|
|
}
|
|
|
|
@Override // java.util.Map.Entry
|
|
public final Object setValue(Object obj) {
|
|
if (!(obj instanceof InterfaceC16581pUl)) {
|
|
throw new IllegalArgumentException("LazyField now only used for MessageSet, and the value of MessageSet must be an instance of MessageLite");
|
|
}
|
|
C1174XdZ value = this.d.getValue();
|
|
InterfaceC16581pUl interfaceC16581pUl = value.b;
|
|
value.a = null;
|
|
value.c = null;
|
|
value.b = (InterfaceC16581pUl) obj;
|
|
return interfaceC16581pUl;
|
|
}
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.XdZ$Sts */
|
|
/* loaded from: classes2.dex */
|
|
public static class Sts<K> implements Iterator<Map.Entry<K, Object>> {
|
|
private Iterator<Map.Entry<K, Object>> c;
|
|
|
|
@Override // java.util.Iterator
|
|
public final /* synthetic */ Object next() {
|
|
Map.Entry<K, Object> next = this.c.next();
|
|
return next.getValue() instanceof C1174XdZ ? new IeS(next, (byte) 0) : next;
|
|
}
|
|
|
|
public Sts(Iterator<Map.Entry<K, Object>> it) {
|
|
this.c = it;
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public final boolean hasNext() {
|
|
return this.c.hasNext();
|
|
}
|
|
|
|
@Override // java.util.Iterator
|
|
public final void remove() {
|
|
this.c.remove();
|
|
}
|
|
}
|
|
|
|
@Override // o.XYy
|
|
public final boolean equals(Object obj) {
|
|
return e(null).equals(obj);
|
|
}
|
|
|
|
@Override // o.XYy
|
|
public final int hashCode() {
|
|
return e(null).hashCode();
|
|
}
|
|
|
|
public final String toString() {
|
|
return e(null).toString();
|
|
}
|
|
}
|