Rabbit-R1/android (non root)/java/sources/androidx/emoji2/text/flatbuffer/LongVector.java

16 lines
363 B
Java
Raw Normal View History

2024-05-21 16:08:36 -05:00
package androidx.emoji2.text.flatbuffer;
import java.nio.ByteBuffer;
/* loaded from: classes2.dex */
public final class LongVector extends BaseVector {
public LongVector __assign(int i, ByteBuffer byteBuffer) {
__reset(i, 8, byteBuffer);
return this;
}
public long get(int i) {
return this.bb.getLong(__element(i));
}
}