Class IntegerFormat

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class IntegerFormat
    extends gnu.kawa.format.IntegerFormat
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class java.text.Format

        java.text.Format.Field
    • Field Summary

      • Fields inherited from class gnu.kawa.format.IntegerFormat

        base, commaChar, commaInterval, flags, MIN_DIGITS, minWidth, PAD_RIGHT, padChar, SHOW_BASE, SHOW_GROUPS, SHOW_PLUS, SHOW_SPACE, UPPERCASE
      • Fields inherited from class gnu.kawa.format.ReportFormat

        PARAM_FROM_COUNT, PARAM_FROM_LIST, PARAM_UNSPECIFIED
    • Constructor Summary

      Constructors 
      Constructor Description
      IntegerFormat()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String convertToIntegerString​(java.lang.Object arg, int radix)  
      static IntegerFormat getInstance()  
      static java.text.Format getInstance​(int base, int minWidth, int padChar, int commaChar, int commaInterval, int flags)  
      • Methods inherited from class gnu.kawa.format.IntegerFormat

        format, format
      • Methods inherited from class gnu.kawa.format.ReportFormat

        format, format, format, format, getParam, getParam, getParam, nextArg, parseObject, print, print, result, resultCode
      • Methods inherited from class java.text.Format

        clone, format, formatToCharacterIterator, parseObject
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IntegerFormat

        public IntegerFormat()
    • Method Detail

      • getInstance

        public static java.text.Format getInstance​(int base,
                                                   int minWidth,
                                                   int padChar,
                                                   int commaChar,
                                                   int commaInterval,
                                                   int flags)
      • convertToIntegerString

        public java.lang.String convertToIntegerString​(java.lang.Object arg,
                                                       int radix)
        Overrides:
        convertToIntegerString in class gnu.kawa.format.IntegerFormat