class Unsafe extends Object
This class is excluded from the check, so methods called via this class will not fail the build.
| Modifier | Constructor and Description |
|---|---|
private |
Unsafe() |
| Modifier and Type | Method and Description |
|---|---|
static Calendar |
localCalendar()
Returns a
Calendar with the local time zone and root
locale. |
static void |
notifyAll(Object o)
Calls
Object.notifyAll(). |
(package private) static void |
systemExit(int status)
Calls
System.exit(int). |
static void |
wait(Object o)
Calls
Object.wait(). |
static void systemExit(int status)
System.exit(int).public static void notifyAll(Object o)
Object.notifyAll().public static void wait(Object o) throws InterruptedException
Object.wait().InterruptedExceptionCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.