28 lines
569 B
Java
28 lines
569 B
Java
package com.google.android.gms.internal.vision;
|
|
|
|
import java.io.IOException;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes2.dex */
|
|
public interface zzhw<T> {
|
|
boolean equals(T t, T t2);
|
|
|
|
int hashCode(T t);
|
|
|
|
T newInstance();
|
|
|
|
void zza(T t, zzhv zzhvVar, zzfk zzfkVar) throws IOException;
|
|
|
|
void zza(T t, zzjj zzjjVar) throws IOException;
|
|
|
|
void zza(T t, byte[] bArr, int i, int i2, zzei zzeiVar) throws IOException;
|
|
|
|
void zzc(T t, T t2);
|
|
|
|
void zze(T t);
|
|
|
|
int zzp(T t);
|
|
|
|
boolean zzr(T t);
|
|
}
|