Beispiel #1
0
 @Override
 public int hashCode() {
   int result = id.hashCode();
   result = 31 * result + (e != null ? e.hashCode() : 0);
   result = 31 * result + (sibling != null ? sibling.hashCode() : 0);
   return result;
 }