public final class GlobalThreadLocalMap extends Object
| 构造器和说明 |
|---|
GlobalThreadLocalMap() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear() |
static char[] |
getCharBuffer() |
static CharsetDecoder |
getDecoder(Charset charset) |
static CharsetEncoder |
getEncoder(Charset charset) |
static Random |
getRandom() |
static SimpleDateFormat |
getSimpleDateFormat(String pattern) |
static SimpleDateFormat |
getSimpleDateFormat(String pattern,
Locale locale) |
static SimpleDateFormat |
getSimpleDateFormat(String pattern,
String timeZoneId) |
static SimpleDateFormat |
getSimpleDateFormat(String pattern,
String timeZoneId,
Locale locale) |
static SimpleDateFormat |
getSimpleDateFormat(String pattern,
TimeZone timeZone) |
static SimpleDateFormat |
getSimpleDateFormat(String pattern,
TimeZone timeZone,
Locale locale) |
public static CharsetDecoder getDecoder(Charset charset)
public static CharsetEncoder getEncoder(Charset charset)
public static SimpleDateFormat getSimpleDateFormat(@NonNull String pattern)
public static SimpleDateFormat getSimpleDateFormat(@NonNull String pattern, @Nullable Locale locale)
public static SimpleDateFormat getSimpleDateFormat(@NonNull String pattern, @Nullable TimeZone timeZone)
public static SimpleDateFormat getSimpleDateFormat(@NonNull String pattern, @Nullable String timeZoneId)
public static SimpleDateFormat getSimpleDateFormat(@NonNull String pattern, @Nullable TimeZone timeZone, @Nullable Locale locale)
public static SimpleDateFormat getSimpleDateFormat(@NonNull String pattern, @Nullable String timeZoneId, @Nullable Locale locale)
public static char[] getCharBuffer()
public void clear()
public static Random getRandom()
Copyright © 2022. All rights reserved.