public class JAXBHashCodeStrategy extends DefaultHashCodeStrategy
Modifier and Type | Field and Description |
---|---|
static HashCodeStrategy |
INSTANCE |
Constructor and Description |
---|
JAXBHashCodeStrategy() |
JAXBHashCodeStrategy(int multiplierNonZeroOddNumber) |
Modifier and Type | Method and Description |
---|---|
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
JAXBElement<?> element) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
List<?> list) |
protected int |
hashCodeInternal(ObjectLocator locator,
int hashCode,
Object value) |
hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCode, hashCodeInternal, hashCodeInternal, hashCodeInternal, hashCodeInternal
public static HashCodeStrategy INSTANCE
public JAXBHashCodeStrategy()
public JAXBHashCodeStrategy(int multiplierNonZeroOddNumber)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, Object value)
hashCodeInternal
in class DefaultHashCodeStrategy
protected int hashCodeInternal(ObjectLocator locator, int hashCode, JAXBElement<?> element)
protected int hashCodeInternal(ObjectLocator locator, int hashCode, List<?> list)
Copyright © 2005–2018. All rights reserved.