Uses of Interface
com.aoapps.lang.util.Internable
-
Packages that use Internable Package Description com.aoapps.lang.util -
-
Uses of Internable in com.aoapps.lang.util
Classes in com.aoapps.lang.util with type parameters of type Internable Modifier and Type Interface Description interfaceInternable<T extends Internable<T>>An object that may be interned to save heap space, similar toString.intern().Methods in com.aoapps.lang.util with type parameters of type Internable Modifier and Type Method Description static <T extends Internable<T>>
TInternUtils. intern(T value)Interns the object, return null when null.
-