类 LangUtils

java.lang.Object
com.sh.mail.mime4j.util.LangUtils

public final class LangUtils extends Object

Description:

Title:首亨软件 - TSS/CRM等

从以下版本开始:
Aug 16, 2012
  • 字段详细资料

    • HASH_SEED

      public static final int HASH_SEED
      另请参阅:
    • HASH_OFFSET

      public static final int HASH_OFFSET
      另请参阅:
  • 方法详细资料

    • hashCode

      public static int hashCode(int seed, int hashcode)
    • hashCode

      public static int hashCode(int seed, boolean b)
    • hashCode

      public static int hashCode(int seed, Object obj)
    • equals

      public static boolean equals(Object obj1, Object obj2)
      Check if two objects are equal.
      参数:
      obj1 - first object to compare, may be null
      obj2 - second object to compare, may be null
      返回:
      true if the objects are equal or both null
    • equalsIgnoreCase

      public static boolean equalsIgnoreCase(String s1, String s2)
      Check if two strings are equal, ignoring case considerations.
      参数:
      s1 - first string to compare, may be null
      s2 - second string to compare, may be null
      返回:
      true if the objects are equal or both null