> Can you tell me where can I find exaples of linked
> list using vector with tutorial about it?
>
> Thanks,
>
http://java.sun.com/docs/books/tutorial/collections/index.html
I didn't read through this alot, but this is the Java tutorial on colections, I think It discusses class vector, among others.