package n;

import java.util.Map;

/* JADX INFO: renamed from: n.w, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C2595w implements Map.Entry, K4.a {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final Object f21481a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final Object f21482b;

    public C2595w(Object obj, Object obj2) {
        this.f21481a = obj;
        this.f21482b = obj2;
    }

    @Override // java.util.Map.Entry
    public final Object getKey() {
        return this.f21481a;
    }

    @Override // java.util.Map.Entry
    public final Object getValue() {
        return this.f21482b;
    }

    @Override // java.util.Map.Entry
    public final Object setValue(Object obj) {
        throw new UnsupportedOperationException("Operation is not supported for read-only collection");
    }
}
