Interface ICommonsOrderedSet<ELEMENTTYPE>

Type Parameters:
ELEMENTTYPE - Set element type
All Superinterfaces:
Collection<ELEMENTTYPE>, ICloneable<ICommonsSet<ELEMENTTYPE>>, ICommonsCollection<ELEMENTTYPE>, ICommonsIterable<ELEMENTTYPE>, ICommonsSet<ELEMENTTYPE>, IHasSize, Iterable<ELEMENTTYPE>, Set<ELEMENTTYPE>
All Known Implementing Classes:
CommonsLinkedHashSet, LRUSet

public interface ICommonsOrderedSet<ELEMENTTYPE> extends ICommonsSet<ELEMENTTYPE>
A special ordered Set based interface with extended functionality based on ICommonsSet.
Author:
Philip Helger