| D | YourAverageJavaClass.java | 35 public long aLong; field in YourAverageJavaClass 46 int transientInt, long aLong, short aShort, short volatileShort, String string) { in YourAverageJavaClass() argument 53 this.aLong = aLong; in YourAverageJavaClass() 62 int transientInt, long aLong, short aShort, short volatileShort, String string, byte[] bytes, in YourAverageJavaClass() argument 70 this.aLong = aLong; in YourAverageJavaClass() 128 return aLong; in getaLong() 131 public void setaLong(long aLong) { in setaLong() argument 132 this.aLong = aLong; in setaLong() 204 && anInt == that.anInt && transientInt == that.transientInt && aLong == that.aLong in equals() 212 int result = Objects.hash(aByte, aBoolean, aDouble, aFloat, anInt, transientInt, aLong, aShort, in hashCode() [all …]
|