Exemplo n.º 1
0
 /** To add a triple to the union, add it to the left operand; this is asymmetric. */
 @Override
 public void performAdd(Triple t) {
   L.add(t);
 }