publicstaticnativevoidarraycopy(Object src, int srcPos, Object dest, int destPos, int length);
/** * Returns the same hash code for the given object as * would be returned by the default method hashCode(), * whether or not the given object's class overrides * hashCode(). * The hash code for the null reference is zero. * * @param x object for which the hashCode is to be calculated * @return the hashCode * @since 1.1 * @see Object#hashCode * @see java.util.Objects#hashCode(Object) publicstaticnativevoidarraycopy(Object src, int srcPos, Object dest, int destPos, int length);
/** * Returns the same hash code for the given object as * would be returned by the default method hashCode(), * whether or not the given object's class overrides * hashCode(). * The hash code for the null reference is zero. * * @param x object for which the hashCode is to be calculated * @return the hashCode * @since 1.1 * @see Object#hashCode * @see java.util.Objects#hashCode(Object) */