Collections Java Tutorial

Class          Natural Ordering
Byte            Signed numerical
Character       UnSigned numerical
Long            Signed numerical
Integer         Signed numerical
Short           Signed numerical
Double           Signed numerical
Float           Signed numerical
BigInteger      Signed numerical
BigDecimal       Signed numerical
Boolean         Boolean.FALSE < Boolean.TRUE
File            System-dependent lexicographic on path name
String           Lexicographic
Date           Chronological
CollationKey   Locale-specific lexicographic