-
public interface Internable<T extends Internable<T>>An object that may be interned to save heap space, similar toString.intern(). Any interned object should also be immutable.- Author:
- AO Industries, Inc.
- See Also:
String.intern()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tintern()
-
-
-
Method Detail
-
intern
T intern()
-
-