org.jvnet.jaxb2_commons.lang
Class JAXBHashCodeStrategy

java.lang.Object
  extended by org.jvnet.jaxb2_commons.lang.DefaultHashCodeStrategy
      extended by org.jvnet.jaxb2_commons.lang.JAXBHashCodeStrategy
All Implemented Interfaces:
HashCodeStrategy

public class JAXBHashCodeStrategy
extends DefaultHashCodeStrategy


Field Summary
static HashCodeStrategy INSTANCE
           
 
Constructor Summary
JAXBHashCodeStrategy()
           
JAXBHashCodeStrategy(int multiplierNonZeroOddNumber)
           
 
Method Summary
protected  int hashCodeInternal(ObjectLocator locator, int hashCode, javax.xml.bind.JAXBElement<?> element)
           
protected  int hashCodeInternal(ObjectLocator locator, int hashCode, List<?> list)
           
protected  int hashCodeInternal(ObjectLocator locator, int hashCode, Object value)
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static HashCodeStrategy INSTANCE
Constructor Detail

JAXBHashCodeStrategy

public JAXBHashCodeStrategy()

JAXBHashCodeStrategy

public JAXBHashCodeStrategy(int multiplierNonZeroOddNumber)
Method Detail

hashCodeInternal

protected int hashCodeInternal(ObjectLocator locator,
                               int hashCode,
                               Object value)
Overrides:
hashCodeInternal in class DefaultHashCodeStrategy

hashCodeInternal

protected int hashCodeInternal(ObjectLocator locator,
                               int hashCode,
                               javax.xml.bind.JAXBElement<?> element)

hashCodeInternal

protected int hashCodeInternal(ObjectLocator locator,
                               int hashCode,
                               List<?> list)


Copyright © 2005-2012. All Rights Reserved.