public final class InternString extends Object
Using this for now instead of String.intern() to avoid any unexpected increase in PermGen space.
InternString()
static String
intern(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public InternString()
public static String intern(String s)
Copyright © 2014. All Rights Reserved.