5 ms·
Up until the point you want to return an object from your container, sure. Then you have to return a Comparable and the user has to downcast it into the right o
by ootachi 14y ago
Up until the point you want to return an object from your container, sure. Then you have to return a Comparable and the user has to downcast it into the right object.
Plus, you pay the overhead of boxing.