类 LangUtils
java.lang.Object
com.sh.mail.mime4j.util.LangUtils
Description:
Title:首亨软件 - TSS/CRM等
- 从以下版本开始:
- Aug 16, 2012
-
字段概要
字段 -
方法概要
修饰符和类型方法说明static booleanCheck if two objects are equal.static booleanequalsIgnoreCase(String s1, String s2) Check if two strings are equal, ignoring case considerations.static inthashCode(int seed, boolean b) static inthashCode(int seed, int hashcode) static int
-
字段详细资料
-
方法详细资料
-
hashCode
public static int hashCode(int seed, int hashcode) -
hashCode
public static int hashCode(int seed, boolean b) -
hashCode
-
equals
Check if two objects are equal.- 参数:
obj1- first object to compare, may benullobj2- second object to compare, may benull- 返回:
trueif the objects are equal or both null
-
equalsIgnoreCase
Check if two strings are equal, ignoring case considerations.- 参数:
s1- first string to compare, may benulls2- second string to compare, may benull- 返回:
trueif the objects are equal or both null
-