Пример #1
0
 /** {@inheritDoc} */
 @Override
 public int hashCode() {
   int result = stream.hashCode();
   result = 31 * result + type.hashCode();
   result = 31 * result + label.hashCode();
   return result;
 }