public class Misc
Modifier and Type | Field and Description |
---|---|
static java.nio.charset.Charset |
UTF |
Modifier and Type | Method and Description |
---|---|
static void |
checkThread()
Check if current thread is interrupted and throw exception if it is
|
static <K,V> java.util.Map<K,V> |
getLRUCache()
A synchronized lru cache
|