Exemplo n.º 1
0
 public boolean isNeedMultiplicationSignBefore(@Nonnull MathType mathTypeBefore) {
   return needMultiplicationSignBefore && mathTypeBefore.isNeedMultiplicationSignAfter();
 }