Class LangUtils
java.lang.Object
org.apache.commons.httpclient.util.LangUtils
Deprecated.
Jakarta Commons HttpClient 3.x is deprecated in the Jenkins project.
It is not recommended to use it in any new code.
Instead, use HTTP client API plugins as a dependency in your code.
E.g.
Apache HttpComponents Client API 4.x Plugin or
Async HTTP Client Plugin.
A set of utility methods to help produce consistent Object#equals(Object) and
Object#hashCode methods.
- Since:
- 3.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Deprecated.static final int
Deprecated. -
Method Summary
-
Field Details
-
HASH_SEED
public static final int HASH_SEEDDeprecated.- See Also:
-
HASH_OFFSET
public static final int HASH_OFFSETDeprecated.- See Also:
-
-
Method Details
-
hashCode
public static int hashCode(int seed, int hashcode) Deprecated. -
hashCode
Deprecated. -
hashCode
public static int hashCode(int seed, boolean b) Deprecated. -
equals
Deprecated.
-