38 lines
816 B
Java
38 lines
816 B
Java
package o;
|
|
|
|
import androidx.fragment.app.Fragment;
|
|
import java.util.List;
|
|
import o.C12020eqN;
|
|
|
|
/* renamed from: o.eqQ, reason: case insensitive filesystem */
|
|
/* loaded from: classes5.dex */
|
|
public final class C12023eqQ<T extends C12020eqN> extends MoT {
|
|
private List<T> c;
|
|
|
|
public C12023eqQ(yRS yrs, List<T> list) {
|
|
super(yrs);
|
|
this.c = list;
|
|
}
|
|
|
|
@Override // o.WYJ
|
|
public final CharSequence getPageTitle(int i) {
|
|
if (this.c.isEmpty()) {
|
|
return null;
|
|
}
|
|
return this.c.get(i).a;
|
|
}
|
|
|
|
@Override // o.MoT
|
|
public final Fragment b(int i) {
|
|
if (this.c.isEmpty()) {
|
|
return null;
|
|
}
|
|
return this.c.get(i).d;
|
|
}
|
|
|
|
@Override // o.WYJ
|
|
public final int getCount() {
|
|
return this.c.size();
|
|
}
|
|
}
|