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

16 lines
371 B
Java
Raw Normal View History

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