You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
268 B
14 lines
268 B
|
2 years ago
|
package p040n;
|
||
|
|
|
||
|
|
/* renamed from: n.f */
|
||
|
|
/* loaded from: classes.dex */
|
||
|
|
public interface InterfaceC1486f<T> {
|
||
|
|
/* renamed from: a */
|
||
|
|
void mo1212a(T[] tArr, int i);
|
||
|
|
|
||
|
|
/* renamed from: b */
|
||
|
|
boolean mo1211b(T t);
|
||
|
|
|
||
|
|
/* renamed from: c */
|
||
|
|
T mo1210c();
|
||
|
|
}
|