org.jvnet.jaxb2_commons.lang
Interface HashCodeStrategy

All Known Implementing Classes:
DefaultHashCodeStrategy, JAXBHashCodeStrategy

public interface HashCodeStrategy


Method Summary
 int hashCode(ObjectLocator locator, int hashCode, boolean value)
           
 int hashCode(ObjectLocator locator, int hashCode, boolean[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, byte value)
           
 int hashCode(ObjectLocator locator, int hashCode, byte[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, char value)
           
 int hashCode(ObjectLocator locator, int hashCode, char[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, double value)
           
 int hashCode(ObjectLocator locator, int hashCode, double[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, float value)
           
 int hashCode(ObjectLocator locator, int hashCode, float[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, int value)
           
 int hashCode(ObjectLocator locator, int hashCode, int[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, long value)
           
 int hashCode(ObjectLocator locator, int hashCode, long[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, Object value)
           
 int hashCode(ObjectLocator locator, int hashCode, Object[] value)
           
 int hashCode(ObjectLocator locator, int hashCode, short value)
           
 int hashCode(ObjectLocator locator, int hashCode, short[] value)
           
 

Method Detail

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             boolean value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             byte value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             char value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             double value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             float value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             int value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             long value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             short value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             Object value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             boolean[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             byte[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             char[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             double[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             float[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             int[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             long[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             short[] value)

hashCode

int hashCode(ObjectLocator locator,
             int hashCode,
             Object[] value)


Copyright © 2005-2012. All Rights Reserved.