- IdcardUtils - Class in org.hiylo.components.commons.utils
-
身份证工具类
- IdcardUtils() - Constructor for class org.hiylo.components.commons.utils.IdcardUtils
-
- ImageUtils - Class in org.hiylo.components.commons.utils
-
图片工具
- ImageUtils() - Constructor for class org.hiylo.components.commons.utils.ImageUtils
-
- isContainAttach(Part) - Method in class org.hiylo.components.commons.utils.ShowMail
-
判断此邮件是否包含附件
- isDate(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of date which pattern is "yyyy-MM-dd".
- isEmail(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of email.
- isEmpty(String...) - Static method in class org.hiylo.components.commons.utils.StringUtils
-
- isIDCard15(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of id card number which length is 15.
- isIDCard18(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of id card number which length is 18.
- isImage(byte[]) - Static method in class org.hiylo.components.commons.utils.CommonUtils
-
- isImage(File) - Static method in class org.hiylo.components.commons.utils.CommonUtils
-
Created on 2010-7-2
- isIP(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of ip address.
- isLatest(Set<?>, Object) - Static method in class org.hiylo.components.commons.utils.SetUtils
-
- isMatch(String, CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches the regex.
- isMobileExact(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of exact mobile.
- isMobileSimple(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of simple mobile.
- isMunicipality(String) - Static method in class org.hiylo.components.commons.area.AreaUtils
-
直辖市
- isNan(String...) - Static method in class org.hiylo.components.commons.utils.NumberUtils
-
判断是否是数字
- isNew() - Method in class org.hiylo.components.commons.utils.ShowMail
-
判断此邮件是否已读,如果未读返回false,反之返回true
- isNoDistrictCity(String) - Static method in class org.hiylo.components.commons.area.AreaUtils
-
判断是否为不设市辖区的地级市
中国目前有5个不设市辖区的地级市 中山市442000 东莞市441900 嘉峪关市620200 儋州市460400 三沙市
- isNotEmpty(String...) - Static method in class org.hiylo.components.commons.utils.Assert
-
- isNotEmpty(String...) - Static method in class org.hiylo.components.commons.utils.StringUtils
-
- isNotEmpty(String...) - Static method in class org.hiylo.components.commons.utils.ValidateUtils
-
判断String 不是null 不是 "" ,另外每一个string都会被trim
- isNum(String) - Static method in class org.hiylo.components.commons.utils.IdcardUtils
-
数字验证
- isProvincialCapital(String) - Static method in class org.hiylo.components.commons.area.AreaUtils
-
是否是省会城市
- isPtInPoly(Point2D.Double, List<Point2D.Double>) - Static method in class org.hiylo.components.commons.area.Gis
-
判断点是否在多边形内
- isSizeGreaterThanZore(List<?>) - Static method in class org.hiylo.components.commons.utils.Assert
-
- isTel(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of telephone number.
- isTrue(String) - Static method in class org.hiylo.components.commons.utils.IdcardUtils
-
校验身份证真实性
- isURL(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of url.
- isUsername(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of username.
- isZh(CharSequence) - Static method in class org.hiylo.components.commons.utils.RegExpUtils
-
Return whether input matches regex of Chinese character.