Class InternString

java.lang.Object
io.ebeaninternal.server.core.InternString

public final class InternString extends Object
Used to reduce memory consumption of strings used in deployment processing.
  • Constructor Details

    • InternString

      public InternString()
  • Method Details

    • intern

      public static String intern(String s)
      Return the shared instance of this string.