org.af.commons.widgets.vi
Class IntegerVersions
java.lang.Object
org.af.commons.widgets.vi.IntegerVersions
- All Implemented Interfaces:
- Comparator<String>
public class IntegerVersions
- extends Object
- implements Comparator<String>
Compares two Strings, which are integer values.
|
Method Summary |
int |
compare(String o1,
String o2)
Compares two Strings, which are integer values. |
IntegerVersions
public IntegerVersions()
compare
public int compare(String o1,
String o2)
- Compares two Strings, which are integer values.
- Specified by:
compare in interface Comparator<String>