Package manifold.util
Class Unhelmeted
- java.lang.Object
-
- manifold.util.Unhelmeted
-
public class Unhelmeted extends Object
-
-
Constructor Summary
Constructors Constructor Description Unhelmeted()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UnhelmetedgetUnhelmeted()longobjectFieldOffset(Field field)voidputBooleanVolatile(Object o, long offset, boolean x)voidputObjectVolatile(Object o, long offset, Object x)longstaticFieldOffset(Field field)
-
-
-
Method Detail
-
getUnhelmeted
public static Unhelmeted getUnhelmeted()
-
putBooleanVolatile
public void putBooleanVolatile(Object o, long offset, boolean x)
-
staticFieldOffset
public long staticFieldOffset(Field field)
-
objectFieldOffset
public long objectFieldOffset(Field field)
-
-