java.lang.Object
org.eclipse.collections.impl.primitive.AbstractIntIterable
org.eclipse.collections.impl.bag.mutable.primitive.IntHashBag
All Implemented Interfaces:
Externalizable, Serializable, IntBag, MutableIntBag, MutableIntCollection, IntIterable, PrimitiveIterable

public class IntHashBag extends AbstractIntIterable implements MutableIntBag, Externalizable
IntHashBag is similar to HashBag, and is memory-optimized for int primitives. This file was automatically generated from template file primitiveHashBag.stg.
Since:
3.0.
See Also: