package com.google.vr.dynamite.client; /* loaded from: classes3.dex */ public abstract /* synthetic */ class f { public static /* synthetic */ int a(Object obj) { if (obj == null) { return 0; } return obj.hashCode(); } public static /* synthetic */ boolean b(Object obj, Object obj2) { if (obj != obj2) { return obj != null && obj.equals(obj2); } return true; } }