类 AliasConstantsHelper


  • public final class AliasConstantsHelper
    extends Object
    作者:
    Sanne Grinovero
    • 构造器详细资料

      • AliasConstantsHelper

        public AliasConstantsHelper()
    • 方法详细资料

      • get

        public static String get​(int i)
        Returns the same as Integer.toString( i ) + '_' Strings might be returned from a pool of constants, when i is within the range of expected most commonly requested elements.
        参数:
        i -
        返回: