markbanker
Programmer
I have noticed in the 1.5.0 API docs that <E> is used a great deal. Can someone tell me what it means?
Examples:
Interface Collection<E>
public interface Set<E> extends Collection<E>
add(E o)
Often times the 'E' is hyperlinked but when I click it it takes me to the Collections Interface.
I am unable to find any explanation for its usage.
Any feedback will be greatly appreciated.
Thanks,
Mark
Examples:
Interface Collection<E>
public interface Set<E> extends Collection<E>
add(E o)
Often times the 'E' is hyperlinked but when I click it it takes me to the Collections Interface.
I am unable to find any explanation for its usage.
Any feedback will be greatly appreciated.
Thanks,
Mark