类 ChineseNumber.Cell

  • 封闭类:
    ChineseNumber

    public static class ChineseNumber.Cell
    extends java.lang.Object
    计算单元,接收一个4位以内的阿拉伯数字字符串,并将其转换为对应的中文大写形式
    作者:
    Ready
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void init()
      初始化
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 方法详细资料

      • init

        public void init()
        初始化