java.lang.Object
com.aoapps.lang.util.InternUtils
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
Null-safe intern: interns a String if it is not null, returns null if parameter is null.static <T extends Internable<T>>
Tintern
(T value) Interns the object, return null when null.
-
Method Details
-
intern
Interns the object, return null when null. -
intern
Null-safe intern: interns a String if it is not null, returns null if parameter is null.
-