104 lines
2.6 KiB
Java
104 lines
2.6 KiB
Java
|
package o;
|
||
|
|
||
|
import java.io.IOException;
|
||
|
import java.util.List;
|
||
|
import java.util.Map;
|
||
|
import o.xLv;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public interface MLB {
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public enum Sts {
|
||
|
ASCENDING,
|
||
|
DESCENDING
|
||
|
}
|
||
|
|
||
|
void a(int i, double d) throws IOException;
|
||
|
|
||
|
void a(int i, int i2) throws IOException;
|
||
|
|
||
|
void a(int i, long j) throws IOException;
|
||
|
|
||
|
void a(int i, List<jra> list) throws IOException;
|
||
|
|
||
|
@Deprecated
|
||
|
void a(int i, List<?> list, CSi cSi) throws IOException;
|
||
|
|
||
|
void a(int i, List<Double> list, boolean z) throws IOException;
|
||
|
|
||
|
void b(int i, int i2) throws IOException;
|
||
|
|
||
|
void b(int i, long j) throws IOException;
|
||
|
|
||
|
void b(int i, String str) throws IOException;
|
||
|
|
||
|
void b(int i, List<Long> list, boolean z) throws IOException;
|
||
|
|
||
|
<K, V> void b(int i, xLv.IeS<K, V> ieS, Map<K, V> map) throws IOException;
|
||
|
|
||
|
@Deprecated
|
||
|
void c(int i) throws IOException;
|
||
|
|
||
|
void c(int i, int i2) throws IOException;
|
||
|
|
||
|
void c(int i, long j) throws IOException;
|
||
|
|
||
|
void c(int i, List<String> list) throws IOException;
|
||
|
|
||
|
void c(int i, List<?> list, CSi cSi) throws IOException;
|
||
|
|
||
|
void c(int i, List<Integer> list, boolean z) throws IOException;
|
||
|
|
||
|
Sts d();
|
||
|
|
||
|
@Deprecated
|
||
|
void d(int i) throws IOException;
|
||
|
|
||
|
void d(int i, int i2) throws IOException;
|
||
|
|
||
|
void d(int i, long j) throws IOException;
|
||
|
|
||
|
void d(int i, Object obj, CSi cSi) throws IOException;
|
||
|
|
||
|
void d(int i, List<Integer> list, boolean z) throws IOException;
|
||
|
|
||
|
void d(int i, jra jraVar) throws IOException;
|
||
|
|
||
|
void d(int i, boolean z) throws IOException;
|
||
|
|
||
|
void e(int i, float f) throws IOException;
|
||
|
|
||
|
void e(int i, int i2) throws IOException;
|
||
|
|
||
|
void e(int i, long j) throws IOException;
|
||
|
|
||
|
void e(int i, Object obj) throws IOException;
|
||
|
|
||
|
@Deprecated
|
||
|
void e(int i, Object obj, CSi cSi) throws IOException;
|
||
|
|
||
|
void e(int i, List<Boolean> list, boolean z) throws IOException;
|
||
|
|
||
|
void f(int i, List<Float> list, boolean z) throws IOException;
|
||
|
|
||
|
void g(int i, List<Integer> list, boolean z) throws IOException;
|
||
|
|
||
|
void h(int i, int i2) throws IOException;
|
||
|
|
||
|
void h(int i, List<Long> list, boolean z) throws IOException;
|
||
|
|
||
|
void i(int i, List<Long> list, boolean z) throws IOException;
|
||
|
|
||
|
void j(int i, List<Integer> list, boolean z) throws IOException;
|
||
|
|
||
|
void k(int i, List<Long> list, boolean z) throws IOException;
|
||
|
|
||
|
void l(int i, List<Integer> list, boolean z) throws IOException;
|
||
|
|
||
|
void n(int i, List<Integer> list, boolean z) throws IOException;
|
||
|
|
||
|
void o(int i, List<Long> list, boolean z) throws IOException;
|
||
|
}
|