Class UniqueList

  • All Implemented Interfaces:
    Iterable, Collection, List

    public class UniqueList
    extends Object
    implements List
    A List that ignores duplicates. Note: performance is not optimized - a simple linear search is performed.