public final class SecretKeys extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
doLocked(Runnable runnable) |
static <T> T |
doLocked(Supplier<T> supplier) |
static void |
doUnlocked(Runnable runnable) |
static <T> T |
doUnlocked(Supplier<T> supplier) |
static boolean |
isLocked() |
Copyright © 2018–2020. All rights reserved.