Depends what you mean by "implement". If you want to use standard Java classes that are already written, and you want to know which to choose, then
http://java.sun.com/docs/books/tutorial/collections/
If you want to write your own, for some obscure reason, then read a book on data structures. Or try to write your own implementation of the Java collection classes.