public final class Util extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> String |
formatClassName(Class<T> clazz) |
static <K,V> V |
putIfAbsent(ConcurrentMap<K,V> map,
K key,
V value) |
static String |
randomUUID() |
static void |
sleep(long millis) |
public static final Charset CHARSET
public static void sleep(long millis)
public static String randomUUID()
public static <K,V> V putIfAbsent(ConcurrentMap<K,V> map, K key, V value)
Copyright © 2015. All rights reserved.