Class LazyLoadItemSet<E>

java.lang.Object
de.hybris.platform.core.LazyLoadItemSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>

public class LazyLoadItemSet<E> extends Object implements Set<E>, Serializable
SortedSet version of LazyLoadItemList which simply wraps a load item list and in addition ensures uniqueness when adding new items to the set.

Please note that the sort order is based upon the item pk insert order only. If a new item is inserted it is simply added at last position.

Also note that the comparator should not be used outside of this set instance since it compares items by their position within this set.

See Also: