SyntaxFix
Write A Post
Hire A Developer
Questions
For pre 1.7 i would say an equivalent to Integer.compare(x, y) is:
Integer.valueOf(x).compareTo(y);