35 lines
759 B
Java
35 lines
759 B
Java
package o;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public final class fYL<T> {
|
|
private int a;
|
|
private Object[] b;
|
|
public final Object[] c;
|
|
public final int e = 4;
|
|
|
|
/* loaded from: classes6.dex */
|
|
public interface IeS<T> extends InterfaceC13193fTg<T> {
|
|
@Override // o.InterfaceC13193fTg
|
|
boolean a(T t);
|
|
}
|
|
|
|
public fYL() {
|
|
Object[] objArr = new Object[5];
|
|
this.c = objArr;
|
|
this.b = objArr;
|
|
}
|
|
|
|
public final void d(T t) {
|
|
int i = this.e;
|
|
int i2 = this.a;
|
|
if (i2 == i) {
|
|
Object[] objArr = new Object[i + 1];
|
|
this.b[i] = objArr;
|
|
this.b = objArr;
|
|
i2 = 0;
|
|
}
|
|
this.b[i2] = t;
|
|
this.a = i2 + 1;
|
|
}
|
|
}
|