Discussion Question
¥
We want to define a method to sort
heterogeneous lists.
The method should
work on lists of
Integer
,
Double
,
Float
Long
,
Short
,
Byte
,
Char
,
String
,
etc.
¥
¥
How can we do this?
¥