This blog has moved!
Thursday, March 25, 2010 1:05:39 AM
By Behrang Saeedzadeh (the 5th incarnation)
Wednesday, April 29, 2009 4:36:15 PM
At first I thought that the Number class implements the Comparable interface in a way that makes it possible to sort a collection of heterogenous Number objects. To my surprise, it turned out that the Number class does not implement the Comparable and instead, implementing Comparable is delegated to its subclasses. So an Integer is only comparable to an Integer, a Double to a Double, and so on.
It turns out that this is not a new problem and it has hit a lot of other programmers as well. In short, there's not a concise and clean solution to this problem. I searched through the Web and I came up with these two links among others that discuss this very problem and I thought it worths to share it here:
If you have any thoughts, ideas, or solutions please care to write about them in the comments.
Friday, April 3, 2009 6:46:34 AM
Hi! Is there a way to get this color scheme as a separated n ...
anonymous
anonymous
anonymous
Anonymous writes: according to Behind the Name Bea is prono ...
anonymous
drozzy writes: I am tackling the same problem, and I've pos ...
anonymous
Anonymous writes: I don't understand any of the Netbeans ex ...