what-the-bank/sources/o/TvW.java

35 lines
649 B
Java
Raw Permalink Normal View History

2024-07-27 18:17:47 +07:00
package o;
import java.util.Collection;
import java.util.Set;
import o.YPs;
/* loaded from: classes2.dex */
public final class TvW<T extends YPs> implements hHA<T> {
private vVy<T> b;
public TvW(vVy<T> vvy) {
this.b = vvy;
}
@Override // o.vVy
public final void b(Collection<T> collection) {
this.b.b(collection);
}
@Override // o.vVy
public final void a() {
this.b.a();
}
@Override // o.vVy
public final Set<? extends InterfaceC5208boh<T>> a(double d) {
return this.b.a(d);
}
@Override // o.vVy
public final int c() {
return this.b.c();
}
}