ADD week 5
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package androidx.emoji2.text.flatbuffer;
|
||||
|
||||
import java.nio.ByteBuffer;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public final class FloatVector extends BaseVector {
|
||||
public FloatVector __assign(int i, ByteBuffer byteBuffer) {
|
||||
__reset(i, 4, byteBuffer);
|
||||
return this;
|
||||
}
|
||||
|
||||
public float get(int i) {
|
||||
return this.bb.getFloat(__element(i));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user