@Override
 public int hashCode() {
   return myType == null ? 0 : myType.hashCode();
 }