public final class InternCache extends LinkedHashMap<String,String>
Note: that this class extends LinkedHashMap is an implementation
detail -- no code should ever directly call Map methods.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 字段和说明 |
|---|---|
static InternCache |
instance |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
intern(String input) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizepublic static final InternCache instance
Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.