public class MathProcessor extends Object
| Constructor and Description |
|---|
MathProcessor() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
doOperations(int type1,
Object val1,
int operation,
int type2,
Object val2) |
static Object |
doOperations(Object val1,
int operation,
int type2,
Object val2) |
static Object |
doOperations(Object val1,
int operation,
Object val2) |
Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.