java.lang.Object
org.eclipse.collections.impl.primitive.AbstractByteIterable
org.eclipse.collections.impl.bag.mutable.primitive.ByteHashBag
All Implemented Interfaces:
Externalizable, Serializable, ByteBag, MutableByteBag, ByteIterable, MutableByteCollection, PrimitiveIterable

public class ByteHashBag extends AbstractByteIterable implements MutableByteBag, Externalizable
ByteHashBag is similar to HashBag, and is memory-optimized for byte primitives. This file was automatically generated from template file primitiveHashBag.stg.
Since:
3.0.
See Also: