33 lines
982 B
Java
33 lines
982 B
Java
package o;
|
|
|
|
import java.math.BigInteger;
|
|
import java.util.Collection;
|
|
import java.util.Collections;
|
|
import java.util.Date;
|
|
import java.util.HashSet;
|
|
|
|
/* renamed from: o.gsi, reason: case insensitive filesystem */
|
|
/* loaded from: classes6.dex */
|
|
public class C15513gsi implements InterfaceC15467grM {
|
|
private grY a;
|
|
private C15505gsa b;
|
|
private BigInteger c;
|
|
private InterfaceC15508gsd d;
|
|
private Date e;
|
|
private Collection i = new HashSet();
|
|
private Collection h = new HashSet();
|
|
|
|
@Override // o.InterfaceC15467grM
|
|
public Object clone() {
|
|
C15513gsi c15513gsi = new C15513gsi();
|
|
c15513gsi.d = this.d;
|
|
c15513gsi.e = this.e != null ? new Date(this.e.getTime()) : null;
|
|
c15513gsi.a = this.a;
|
|
c15513gsi.b = this.b;
|
|
c15513gsi.c = this.c;
|
|
c15513gsi.h = Collections.unmodifiableCollection(this.h);
|
|
c15513gsi.i = Collections.unmodifiableCollection(this.i);
|
|
return c15513gsi;
|
|
}
|
|
}
|