Class WeakHashSet

java.lang.Object
de.hybris.platform.util.WeakHashSet
All Implemented Interfaces:
Serializable, Iterable, Collection, Set

public class WeakHashSet extends Object implements Set, Serializable
This is a set which references the contained objects using HybrisWeakReference. It does not fulfill the Set contract, since garbage-collected Objects are removed from the set.
See Also: