The whole <E> convention comes from java.util where there are
"elements" of a collection. I don't like to mix things. I think type T
would be find everywhere unless you have multiple types and need a
memorable letter.

On Tue, Oct 12, 2010 at 6:21 PM, sebb <[email protected]> wrote:
> CursorableLinkedList is based on the type T, and removeFirst() returns
> T, yet getFirst() returns Object.
>
> Also, toArray() returns Object[] or E[].
>
> Not sure I follow why there is this mixture?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to