mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-27 17:42:33 -06:00
15 lines
363 B
Java
15 lines
363 B
Java
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));
|
|
}
|
|
}
|