public int hashCode() {
   T value = getValue();
   return value == null ? 0 : value.hashCode();
 }