public final void putValue0015Volatile(final @NotNull char value0015) { UNSAFE.putCharVolatile(this, value0015FieldOffset, value0015); }
public final @NotNull char getValue0015Volatile() { return (char) UNSAFE.getCharVolatile(this, value0015FieldOffset); }
public final void putValue0015Unsafe(final @NotNull char value0015) { UNSAFE.putChar(this, value0015FieldOffset, value0015); }
public final @NotNull float getValue0031Volatile() { return (float) UNSAFE.getFloatVolatile(this, value0031FieldOffset); }
public final @NotNull char getValue0015Unsafe() { return (char) UNSAFE.getChar(this, value0015FieldOffset); }
public final @NotNull byte getValue0007Volatile() { return (byte) UNSAFE.getByteVolatile(this, value0007FieldOffset); }
public final @NotNull float getValue0031Unsafe() { return (float) UNSAFE.getFloat(this, value0031FieldOffset); }
public final @NotNull byte getValue0006Unsafe() { return (byte) UNSAFE.getByte(this, value0006FieldOffset); }
public final void putValue0031Volatile(final @NotNull boolean value0031) { UNSAFE.putBooleanVolatile(this, value0031FieldOffset, value0031); }
public final void putValue0031Unsafe(final @NotNull boolean value0031) { UNSAFE.putBoolean(this, value0031FieldOffset, value0031); }
public final @NotNull boolean getValue0031Volatile() { return (boolean) UNSAFE.getBooleanVolatile(this, value0031FieldOffset); }
public final @NotNull boolean getValue0031Unsafe() { return (boolean) UNSAFE.getBoolean(this, value0031FieldOffset); }