> can i perform a conversion of a generic type data to int type in my ADT class?
> I'm trying to compare 2 values in a generic arraylist using Math.max function.
>
> thanks.
No, a java.util.List can only contain Objects, not primitives (like int's).