public final class InternCache
extends java.util.HashMap
Note: that this class extends HashMap is an implementation
detail -- no code should ever directly call Map methods.
| Modifier and Type | Method and Description |
|---|---|
static InternCache |
getInstance() |
java.lang.String |
intern(java.lang.String input) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuespublic static InternCache getInstance()
public java.lang.String intern(java.lang.String input)