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 
I
- Images - grapes.image 中的 类
 - 图片操作(GIF、JPEG[PNG、BMP] 水印、缩放、裁切)
 需更改内存为合适大小,如:-Xms60M -Xmx512M
 测试结果:3264X2448共40多张,加平铺水印平均3-4秒一张;缩放到100X100,平均1-2秒一张
 - Images() - 
类 grapes.image.Images 的构造方法
 -  
 - IMAGES - 
类 grapes.image.Images 中的静态变量
 -  
 - Images.ImagesDatum - grapes.image 中的 枚举
 - 成正比缩放基数
 - Images.ImagesNameGenre - grapes.image 中的 枚举
 - 命名保存类型
 - importExcel(String, String[], String, int) - 
类 grapes.pack.JXLExcel 中的方法
 - 导入Excel文件
 - importExcel(String, String, int) - 
类 grapes.pack.JXLExcel 中的方法
 -  
 - importExcel(String, int) - 
类 grapes.pack.JXLExcel 中的方法
 -  
 - importExcel(String) - 
类 grapes.pack.JXLExcel 中的方法
 -  
 - inArray(Object, String, boolean) - 
类 grapes.Grapes 中的静态方法
 - 获取某对象集合中某值的序列(由此可判断某数组是否包含该元素)
 - inArray(Object, String) - 
类 grapes.Grapes 中的静态方法
 -  
 - indexOf(String, char) - 
类 grapes.Grapes 中的静态方法
 - 返回字符 searchChar 在字符串 str 中第一次出现的位置(如果 str=null 或 str="" 则也返回-1)
 - indexOf(String, char, int) - 
类 grapes.Grapes 中的静态方法
 - 返回字符 searchChar 从 startPos 开始在字符串 str 中第一次出现的位置(如果 str=null 或 str="" 则也返回-1,
 如果从 startPos 开始 searchChar 没有在 str 中出现则返回-1)
 - indexOf(String, String) - 
类 grapes.Grapes 中的静态方法
 - 返回字符串 searchStr 在字符串 str 中第一次出现的位置(如果 str=null 或 searchStr=null 则返回-1,
 如果 searchStr="" 且 str!
 - indexOf(String, String, int) - 
类 grapes.Grapes 中的静态方法
 - 返回字符串 searchStr 从 startPos 开始在字符串 str 中第一次出现的位置(如果 str=null 或 str="" 则也返回-1,
 如果从 startPos 开始 searchChar 没有在 str 中出现则返回-1)
 - indexOfIgnoreCase(String, String) - 
类 grapes.Grapes 中的静态方法
 - 返回字符串 searchStr 在字符串 str 中第一次出现的位置[不区分大小写](如果 str=null 或 searchStr=null 则返回-1,
 如果 searchStr="" 且 str!
 - indexOfIgnoreCase(String, String, int) - 
类 grapes.Grapes 中的静态方法
 - 返回字符串 searchStr 从 startPos 开始在字符串 str 中第一次出现的位置[不区分大小写](如果 str=null 或 str="" 则也返回-1,
 如果从 startPos 开始 searchChar 没有在 str 中出现则返回-1)
 - invokeGetterMethod(Object, String) - 
类 grapes.Reflection 中的静态方法
 - 调用Getter方法(公共方法)
 - invokeSetterMethod(Object, String, Object) - 
类 grapes.Reflection 中的静态方法
 - 调用Setter方法
 - invokeSetterMethod(Object, String, Object, Class<?>) - 
类 grapes.Reflection 中的静态方法
 - 调用Setter方法
 - isAfter(String, String, boolean) - 
类 grapes.Dates 中的静态方法
 - 日期比较(检查 dateTimeA 是否在 dateTimeB 之后)
 - isAfter(String, String) - 
类 grapes.Dates 中的静态方法
 -  
 - isArray(Object) - 
类 grapes.Grapes 中的静态方法
 - 判断对象是否为集合类型
 - isBefore(String, String, boolean) - 
类 grapes.Dates 中的静态方法
 - 日期比较(检查 dateTimeA 是否在 dateTimeB 之前)
 - isBefore(String, String) - 
类 grapes.Dates 中的静态方法
 -  
 - isBoolean(Object) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为Boolean型
 - isBoolean(String, boolean) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为Boolean型
 - isBound(String, String) - 
类 grapes.tools.Browser 中的静态方法
 - 判断某IP是否属于某IP段范围之间
 如:IP区域为 127.0.0.0-127.0.0.255  测试IP:127.0.0.100
 - isChinese(String) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为中文字符
 - isCollection(String, String) - 
类 grapes.tools.Browser 中的静态方法
 - 判断某IP是否属于某IP段集合之间
 支持格式:127.0.0.1,127.0.0.*,127.0.0.0-127.0.0.10 多个用 , 间隔
 - isCreateFile(String) - 
类 grapes.Files 中的静态方法
 - 创建文件(含创建父目录)
 - isCreateFolder(String) - 
类 grapes.Files 中的静态方法
 - 创建目录
 - isDoubleByte(String) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否含有双字节字符(中文字符)
 - isEmpty(Object) - 
类 grapes.Grapes 中的静态方法
 - 判断对象是否为空
 - isEmpty(Object, Object) - 
类 grapes.Grapes 中的静态方法
 - 判断对象是否为空并返回默认值
 - isEnglish(String) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为英文字符
 - isHtml() - 
类 grapes.page.Pager 中的方法
 - 获取文件名处理方式(是否按静态处理)
 - isImage(File) - 
类 grapes.image.Images 中的静态方法
 - 判断文件类型是否为图片(编码+固定范围)
 - isInteger(Object) - 
类 grapes.Grapes 中的静态方法
 - 判断对象是否为整型数字(不含小数点,受整型数字长度范围限制)
 - isInteger(String, Integer) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为整型数字(不含小数点,受整型数字长度范围限制)
 - isLong(Object) - 
类 grapes.Grapes 中的静态方法
 - 判断对象是否为长整形数字(不含小数点,受长整形数字长度范围限制)
 - isLong(String, Long) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为长整形数字(不含小数点,受长整形数字长度范围限制)
 - isMobile(String) - 
类 grapes.Grapes 中的静态方法
 - 判断是否为移动设备
 - isMobile(String) - 
类 grapes.tools.Mobile 中的静态方法
 - 判断是否为移动设备
 - isNotEmpty(Object) - 
类 grapes.Grapes 中的静态方法
 - 判断对象是否不为空
 - isNumber(String) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为数字字符(不含小数点,不受整型数字长度范围限制)
 - isNumber(String, String) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为数字字符(不含小数点,不受整型数字长度范围限制)
 - isPattern(String, String[]) - 
类 grapes.Dates 中的静态方法
 - 判断是否为某格式集合中所定义的日期时间
 - isPattern(String) - 
类 grapes.Dates 中的静态方法
 -  
 - isPing(String) - 
类 grapes.Grapes 中的静态方法
 - 判断网络通不通
 - isRegex(String, String) - 
类 grapes.Grapes 中的静态方法
 - 判断字符串是否为符合所定义的正则表达式
 - isSame(Object, Object) - 
类 grapes.image.Images 中的静态方法
 - 判断是否为同一张图片
 - isShow(Object) - 
类 grapes.image.Images 中的静态方法
 - 判断是否能正常显示(GIF、JPEG[PNG、BMP])
 - isShow(GifImage) - 
类 grapes.image.Images 中的静态方法
 - 判断是否能正常显示(GIF)
 - isShow(BufferedImage) - 
类 grapes.image.Images 中的静态方法
 - 判断是否能正常显示(JPEG[PNG、BMP])
 - isSimpleTag(String) - 
类 grapes.tag.TagHtml 中的静态方法
 -  
 - isUTF8URL(String) - 
类 grapes.tools.UTF8URL 中的静态方法
 - 编码是否为UTF8编码
 
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