I\'m trying to find an implementation of java.util.List and java.util.Set at the same time in Java. I want this class to allow only unique elements
java.util.List
java.util.Set
LinkedHashSet is the answer.
Iteration ordering and uniqueness.
http://download.oracle.com/javase/6/docs/api/java/util/LinkedHashSet.html