public final class InternCache
extends java.util.concurrent.ConcurrentHashMap<java.lang.String,java.lang.String>
Note: that this class extends LinkedHashMap
is an implementation
detail -- no code should ever directly call Map methods.
Modifier and Type | Field and Description |
---|---|
static InternCache |
instance |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
intern(java.lang.String input) |
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
public static final InternCache instance