@InterfaceAudience.Public @InterfaceStability.Stable public class StringInterner extends Object
| コンストラクタと説明 |
|---|
StringInterner() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
strongIntern(String sample)
Interns and returns a reference to the representative instance
for any of a collection of string instances that are equal to each other.
|
static String |
weakIntern(String sample)
Interns and returns a reference to the representative instance
for any of a collection of string instances that are equal to each other.
|
public StringInterner()
public static String strongIntern(String sample)
sample - string instance to be internedpublic static String weakIntern(String sample)
sample - string instance to be internedCopyright © 2016 Apache Software Foundation. All rights reserved.