public final class StringInterner extends Object
We don't use the String.intern() method because it would prevent GC and fill the PermGen space. It also runs comparatively slowly
Constructor and Description |
---|
StringInterner() |
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.thirdparty.guava.common.collect.Interner<String> |
get() |
public static com.google.gwt.thirdparty.guava.common.collect.Interner<String> get()
Copyright © 2018. All rights reserved.