29 lines
643 B
Java
29 lines
643 B
Java
package com.tencent.open.utils;
|
|
|
|
/* compiled from: ProGuard */
|
|
/* loaded from: classes.dex */
|
|
public final class j implements Cloneable {
|
|
private long a;
|
|
|
|
public j(long j) {
|
|
this.a = j;
|
|
}
|
|
|
|
public byte[] a() {
|
|
long j = this.a;
|
|
return new byte[]{(byte) (255 & j), (byte) ((65280 & j) >> 8), (byte) ((16711680 & j) >> 16), (byte) ((j & 4278190080L) >> 24)};
|
|
}
|
|
|
|
public long b() {
|
|
return this.a;
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
return obj != null && (obj instanceof j) && this.a == ((j) obj).b();
|
|
}
|
|
|
|
public int hashCode() {
|
|
return (int) this.a;
|
|
}
|
|
}
|