Algoritmo em java para fazer LISTA

gostaria como e a estrutura de lista em java

Veja a API Collections

http://java.sun.com/docs/books/tutorial/collections/index.html

vlw

Dentro da API Collections… tem a interface List

http://java.sun.com/docs/books/tutorial/collections/interfaces/list.html