org.multiverse.utils
Class ToolUnsafe
java.lang.Object
org.multiverse.utils.ToolUnsafe
public final class ToolUnsafe
- extends Object
A Utility class for accessing the Unsafe.
- Author:
- Peter Veentjer
|
Method Summary |
static sun.misc.Unsafe |
getUnsafe()
Fetch the Unsafe. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getUnsafe
public static sun.misc.Unsafe getUnsafe()
- Fetch the Unsafe. Use With Caution.
- Returns:
- an Unsafe instance.
Copyright © 2012. All Rights Reserved.