Feed on
Posts
Comments

Daily Archive for March 1st, 2006

Ordering a list of Objects

This Java tip relates to functionality that has been around for quite a while but a lot of people are still not aware of it.
There are many occasions when you may need to order a list of data objects. Luckily the Java Collections Framework provides utilites to allow objects to be easily ordered.
The Comparable interface [...]

Read Full Post »