public final class StringInterner extends Object
String.intern(). The String.intern()
has some well-known performance limitations, and should generally be avoided.
Prefer Google's interner over the JDK's implementation.Copyright © 2022 Apache Software Foundation. All rights reserved.