- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
21 lines
452 B
Java
21 lines
452 B
Java
package com.fyber.inneractive.sdk.util;
|
|
|
|
import java.util.concurrent.ConcurrentLinkedQueue;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public final class l<T> {
|
|
public final ConcurrentLinkedQueue a = new ConcurrentLinkedQueue();
|
|
public final a<T> b;
|
|
|
|
public interface a<TT> {
|
|
TT a();
|
|
}
|
|
|
|
public l(int i, a<T> aVar) {
|
|
for (int i2 = 0; i2 < i; i2++) {
|
|
this.a.offer(aVar.a());
|
|
}
|
|
this.b = aVar;
|
|
}
|
|
}
|