Skip to content

Instantly share code, notes, and snippets.

@flipper83
Created September 23, 2014 22:16
Show Gist options
  • Save flipper83/cb19860fbb69a350c2d1 to your computer and use it in GitHub Desktop.
Save flipper83/cb19860fbb69a350c2d1 to your computer and use it in GitHub Desktop.
que interesante este código de la clase calendar no?
@Override
public int hashCode() {
return (isLenient() ? 1237 : 1231) + getFirstDayOfWeek()
+ getMinimalDaysInFirstWeek() + getTimeZone().hashCode();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment