A B C D E F G H I J K L M N O P Q R S T U V W X Z

A

add(double, double) - 类 grapes.tools.Arith 中的静态方法
提供精确的加法运算。
addAttribute(Element, String, String) - 类 grapes.pack.xml.XMLOperate 中的方法
添加属性
addAttribute(String, String, String) - 类 grapes.pack.xml.XMLOperate 中的方法
 
addData(String, Object) - 类 grapes.cache.Cache 中的方法
添加缓存数据
addEnd(String, String) - 类 grapes.Grapes 中的静态方法
在字符串 str 结尾添加 add 字符串,如果存在 str 原文输出
addEndIgnoreCase(String, String) - 类 grapes.Grapes 中的静态方法
在字符串 str 结尾添加 add 字符串,如果存在 str 原文输出,不区分大小写
addNode(Element, String, String, boolean) - 类 grapes.pack.xml.XMLOperate 中的方法
添加节点
addNode(Element, String, String) - 类 grapes.pack.xml.XMLOperate 中的方法
 
addNode(String, String, String) - 类 grapes.pack.xml.XMLOperate 中的方法
 
addStart(String, String) - 类 grapes.Grapes 中的静态方法
在字符串 str 开头添加 add 字符串,如果存在 str 原文输出
addStartIgnoreCase(String, String) - 类 grapes.Grapes 中的静态方法
在字符串 str 开头添加 add 字符串,如果存在 str 原文输出,不区分大小写
addValue(String, String) - 类 grapes.Proper 中的方法
增加键值
addValue(Map<?, ?>) - 类 grapes.Proper 中的方法
批量附值
Amount - grapes.tools 中的 类
获取数字大写(数额,打印票据时常用)
Amount() - 类 grapes.tools.Amount 的构造方法
 
Arith - grapes.tools 中的 类
精确的浮点数运算(double) 由于Java的简单类型不能够精确的对浮点数进行运算,这个类提供精确的浮点数运算,包括加减乘除和四舍五入。
Array - grapes 中的 类
数组操作(高频率元素及并、差、交集获取)
Array() - 类 grapes.Array 的构造方法
 
arraySort(int[], String) - 类 grapes.Grapes 中的静态方法
数组排序(int[]型)
arraySort(int[]) - 类 grapes.Grapes 中的静态方法
 
ascii(String, String) - 类 grapes.Grapes 中的静态方法
将 str 字符串转为 ASCII码

A B C D E F G H I J K L M N O P Q R S T U V W X Z