Package org.glassfish.admin.amx.util
Class ObjectUtil
- java.lang.Object
-
- org.glassfish.admin.amx.util.ObjectUtil
-
public final class ObjectUtil extends Object
Provides a variety of useful utilities for computing hashCode().
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanequals(Object s1, Object s2)static inthashCode(boolean value)static inthashCode(double value)static inthashCode(long value)static inthashCode(Object o)static inthashCode(Object... items)
-