package o;
/* loaded from: classes.dex */
interface Ksz<T> {
int a(T t);
String c();
int d();
T e(int i);
}