package o; import com.google.common.primitives.UnsignedBytes; /* renamed from: o.gae, reason: case insensitive filesystem */ /* loaded from: classes6.dex */ public final class C14864gae implements Comparable { final byte e; public final int hashCode() { return this.e; } @Override // java.lang.Comparable public final /* synthetic */ int compareTo(C14864gae c14864gae) { return C14957gcv.a(this.e & UnsignedBytes.MAX_VALUE, c14864gae.e & UnsignedBytes.MAX_VALUE); } /* renamed from: o.gae$Sts */ /* loaded from: classes6.dex */ public static final class Sts { private Sts() { } public /* synthetic */ Sts(byte b) { this(); } } public final boolean equals(Object obj) { return (obj instanceof C14864gae) && this.e == ((C14864gae) obj).e; } public final String toString() { return String.valueOf(this.e & UnsignedBytes.MAX_VALUE); } static { new Sts((byte) 0); } }