25 lines
402 B
Java
25 lines
402 B
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* loaded from: classes.dex */
|
|
interface zzwl<T> {
|
|
int a(T t);
|
|
|
|
void a(T t, zzwk zzwkVar, zzub zzubVar) throws IOException;
|
|
|
|
void a(T t, zzxy zzxyVar) throws IOException;
|
|
|
|
void a(T t, T t2);
|
|
|
|
boolean b(T t);
|
|
|
|
void c(T t);
|
|
|
|
int d(T t);
|
|
|
|
boolean equals(T t, T t2);
|
|
|
|
T newInstance();
|
|
}
|