package defpackage; import j0.k.b; import java.util.Map; import java.util.Set; /* compiled from: java-style lambda group */ /* renamed from: i reason: default package */ public final class i implements b, Set> { public static final i i = new i(0); public static final i j = new i(1); public final /* synthetic */ int k; public i(int i2) { this.k = i2; } /* Return type fixed from 'java.lang.Object' to match base method */ /* JADX DEBUG: Method arguments types fixed to match base method, original types: [java.lang.Object] */ @Override // j0.k.b public final Set call(Map map) { int i2 = this.k; if (i2 == 0) { return map.keySet(); } if (i2 == 1) { return map.keySet(); } throw null; } }