Interface GenericNumberOperations.INumberComparator
-
- Enclosing class:
- GenericNumberOperations
private static interface GenericNumberOperations.INumberComparatorStrategy for comparing two numbers. this is used for defining constant operations.- Author:
- El-Sharkawy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancompare(java.lang.Number value1, java.lang.Number value2)Compares two numbers according to a specific operations.
-