Package org.cakelab.json.util.unsafe
Interface Unsafe
-
- All Known Implementing Classes:
DalvikPostGingerBred
,DalvikPreGingerBred
,SunMiscUnsafe
,UnsafeBase
,Unsupported
public interface Unsafe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
allocateInstance(java.lang.Class<?> cls)
Allocate an instance but do not run any constructor.
-
-
-
Field Detail
-
theUnsafe
static final Unsafe theUnsafe
-
-