| 限定符和类型 | 字段和说明 |
|---|---|
private static LruMap<String,Charset> |
CharsetUtils.cache |
private static LruMap<String,DecimalFormat> |
NumberUtils.formatCache |
private static LruMap<String,Locale> |
LocaleUtils.localeCache |
private static LruMap<String,MessageFormat> |
StringUtils.messageFormatCache |
private LruMap<String,T> |
ServiceLoader.serviceBeanCache |
| 限定符和类型 | 字段和说明 |
|---|---|
private LruMap<Object,File> |
SerializableStore.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static LruMap<String,SimpleDateFormat> |
DateUtils.dateFormatterCache |
private static LruMap<String,java.time.format.DateTimeFormatter> |
LocalDateUtils.datetimeFormatterCache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static LruMap<String,Resource> |
ResourceUtils.cache |
private static LruMap<String,Properties> |
PropertiesUtils.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static LruMap<String,Log> |
LogFactory.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static LruMap<String,BigInteger> |
BigIntegerUtils.cache |
private static LruMap<Number,String> |
BigDecimalUtils.numberPlainStringCache |
private static LruMap<String,BigDecimal> |
BigDecimalUtils.parserCache |
private static LruMap<String,String> |
BigDecimalUtils.stringPlainStringCache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static LruMap<String,Short> |
Shorts.cache |
private static LruMap<String,Long> |
Longs.cache |
private static LruMap<String,Integer> |
Ints.cache |
private static LruMap<String,Float> |
Floats.cache |
private static LruMap<String,Double> |
Doubles.cache |
private static LruMap<String,Byte> |
Bytes.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
private static ConcurrentMap<Integer,LruMap<String,Pattern>> |
RegexUtils.cache |
Copyright © 2020. All rights reserved.