public class ImmutableByteBagFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactory
ImmutableByteBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.bag.primitive.ImmutableByteBag |
of()
Same as
ImmutableByteBagFactory.with(). |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
of(byte... items)
Same as
ImmutableByteBagFactory.with(byte[]). |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
of(byte one)
Same as
ImmutableByteBagFactory.with(byte). |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
ImmutableByteBagFactory.withAll(ByteIterable). |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
with() |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
with(byte... items) |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
with(byte one) |
com.gs.collections.api.bag.primitive.ImmutableByteBag |
withAll(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.bag.primitive.ImmutableByteBag of()
com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactoryImmutableByteBagFactory.with().of in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag with()
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag of(byte one)
com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactoryImmutableByteBagFactory.with(byte).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag with(byte one)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag of(byte... items)
com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactoryImmutableByteBagFactory.with(byte[]).of in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag with(byte... items)
with in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactoryImmutableByteBagFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic com.gs.collections.api.bag.primitive.ImmutableByteBag withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.bag.primitive.ImmutableByteBagFactory