package b4; /* loaded from: classes2.dex */ public abstract class d0 { public static void a(boolean z10, String str) { if (!z10) { throw new IllegalArgumentException(str); } } public static Object b(Object obj) { obj.getClass(); return obj; } public static Object c(Object obj, String str) { if (obj != null) { return obj; } throw new NullPointerException(str); } public static void d(boolean z10, String str) { if (!z10) { throw new IllegalStateException(str); } } }