package c.i.a.c.i2; import android.util.SparseBooleanArray; import androidx.annotation.Nullable; /* compiled from: MutableFlags */ public class t { public final SparseBooleanArray a = new SparseBooleanArray(); public boolean equals(@Nullable Object obj) { if (this == obj) { return true; } if (!(obj instanceof t)) { return false; } return this.a.equals(((t) obj).a); } public int hashCode() { return this.a.hashCode(); } }