package o; /* renamed from: o.gtF, reason: case insensitive filesystem */ /* loaded from: classes.dex */ public abstract class AbstractC15535gtF extends gtE implements InterfaceC15536gtL { public InterfaceC15536gtL with(gtJ gtj) { return gtj.adjustInto(this); } public InterfaceC15536gtL plus(gtN gtn) { return gtn.addTo(this); } public InterfaceC15536gtL minus(gtN gtn) { return gtn.subtractFrom(this); } public InterfaceC15536gtL minus(long j, InterfaceC15539gtV interfaceC15539gtV) { return j == Long.MIN_VALUE ? plus(Long.MAX_VALUE, interfaceC15539gtV).plus(1L, interfaceC15539gtV) : plus(-j, interfaceC15539gtV); } }