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