Package org.jvnet.jaxb2_commons.lang
Class JAXBHashCodeStrategy
- java.lang.Object
-
- org.jvnet.jaxb2_commons.lang.DefaultHashCodeStrategy
-
- org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy
-
- All Implemented Interfaces:
HashCodeStrategy,HashCodeStrategy2
public class JAXBHashCodeStrategy extends DefaultHashCodeStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static HashCodeStrategyINSTANCEstatic JAXBHashCodeStrategyINSTANCE2
-
Constructor Summary
Constructors Constructor Description JAXBHashCodeStrategy()JAXBHashCodeStrategy(int multiplierNonZeroOddNumber)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JAXBHashCodeStrategygetInstance()protected inthashCodeInternal(ObjectLocator locator, int hashCode, Object value)protected inthashCodeInternal(ObjectLocator locator, int hashCode, List<?> list)protected inthashCodeInternal(ObjectLocator locator, int hashCode, JAXBElement<?> element)-
Methods inherited from class org.jvnet.jaxb2_commons.lang.DefaultHashCodeStrategy
hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCodeInternal, hashCodeInternal, hashCodeInternal, hashCodeInternal, hashCodeInternal, hashCodeInternal
-
-
-
-
Field Detail
-
INSTANCE2
public static JAXBHashCodeStrategy INSTANCE2
-
INSTANCE
public static HashCodeStrategy INSTANCE
-
-
Method Detail
-
hashCodeInternal
protected int hashCodeInternal(ObjectLocator locator, int hashCode, Object value)
- Overrides:
hashCodeInternalin classDefaultHashCodeStrategy
-
hashCodeInternal
protected int hashCodeInternal(ObjectLocator locator, int hashCode, JAXBElement<?> element)
-
hashCodeInternal
protected int hashCodeInternal(ObjectLocator locator, int hashCode, List<?> list)
-
getInstance
public static JAXBHashCodeStrategy getInstance()
-
-