List of usage examples for java.time MonthDay hashCode
@Override public int hashCode()
Source Link
From source file:Main.java
public static void main(String[] args) { MonthDay m = MonthDay.now(); System.out.println(m.hashCode()); }