Class StrictHashSet<E>

java.lang.Object
com.polarion.alm.shared.api.utils.collections.StrictHashSet<E>
All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable, IterableWithSize<E>, ReadOnlyStrictCollection<E>, StrictCollection<E>, Serializable, Iterable<E>

public final class StrictHashSet<E> extends Object implements StrictCollection<E>
Keeps order of elements how they were added
Since:
3.9.0
See Also: