package x9; import java.util.concurrent.TimeUnit; /* loaded from: classes2.dex */ public class j extends w { /* renamed from: e, reason: collision with root package name */ private w f15479e; public j(w wVar) { if (wVar == null) { throw new IllegalArgumentException("delegate == null"); } this.f15479e = wVar; } @Override // x9.w public w a() { return this.f15479e.a(); } @Override // x9.w public w b() { return this.f15479e.b(); } @Override // x9.w public long c() { return this.f15479e.c(); } @Override // x9.w public w d(long j10) { return this.f15479e.d(j10); } @Override // x9.w public boolean e() { return this.f15479e.e(); } @Override // x9.w public void f() { this.f15479e.f(); } @Override // x9.w public w g(long j10, TimeUnit timeUnit) { return this.f15479e.g(j10, timeUnit); } public final w i() { return this.f15479e; } public final j j(w wVar) { if (wVar == null) { throw new IllegalArgumentException("delegate == null"); } this.f15479e = wVar; return this; } }