public static class RelationalOpEnum.GTBigDecComputer extends Object implements RelationalOpEnum.Computer
Constructor and Description |
---|
GTBigDecComputer() |
Modifier and Type | Method and Description |
---|---|
boolean |
compare(Object objOne,
Object objTwo)
Compares objects and returns boolean indicating larger (true) or smaller (false).
|
public boolean compare(Object objOne, Object objTwo)
RelationalOpEnum.Computer
compare
in interface RelationalOpEnum.Computer
objOne
- object to compareobjTwo
- object to compare