Ejemplo n.º 1
0
 /** {@inheritDoc} */
 public boolean equals(Object o) {
   if (o instanceof MultiRowLaterValue) {
     return mrfv.equals(((MultiRowLaterValue) o).mrfv);
   }
   return false;
 }
Ejemplo n.º 2
0
 /** {@inheritDoc} */
 public int hashCode() {
   return mrfv.hashCode() - 10;
 }
Ejemplo n.º 3
0
 /** {@inheritDoc} */
 public E getValue() {
   return mrfv.getValue();
 }