public class MutableByteBagFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bag.primitive.MutableByteBagFactory
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.bag.primitive.MutableByteBag |
empty() |
com.gs.collections.api.bag.primitive.MutableByteBag |
of()
Same as
MutableByteBagFactory.empty(). |
com.gs.collections.api.bag.primitive.MutableByteBag |
of(byte... items)
Same as
MutableByteBagFactory.with(byte[]). |
com.gs.collections.api.bag.primitive.MutableByteBag |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
MutableByteBagFactory.withAll(ByteIterable). |
com.gs.collections.api.bag.primitive.MutableByteBag |
with()
Same as
MutableByteBagFactory.empty(). |
com.gs.collections.api.bag.primitive.MutableByteBag |
with(byte... items) |
com.gs.collections.api.bag.primitive.MutableByteBag |
withAll(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.bag.primitive.MutableByteBag empty()
empty in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactorypublic com.gs.collections.api.bag.primitive.MutableByteBag of()
com.gs.collections.api.factory.bag.primitive.MutableByteBagFactoryMutableByteBagFactory.empty().of in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactorypublic com.gs.collections.api.bag.primitive.MutableByteBag with()
com.gs.collections.api.factory.bag.primitive.MutableByteBagFactoryMutableByteBagFactory.empty().with in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactorypublic com.gs.collections.api.bag.primitive.MutableByteBag of(byte... items)
com.gs.collections.api.factory.bag.primitive.MutableByteBagFactoryMutableByteBagFactory.with(byte[]).of in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactorypublic com.gs.collections.api.bag.primitive.MutableByteBag with(byte... items)
with in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactorypublic com.gs.collections.api.bag.primitive.MutableByteBag ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.bag.primitive.MutableByteBagFactoryMutableByteBagFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactorypublic com.gs.collections.api.bag.primitive.MutableByteBag withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.MutableByteBagFactory