public class MutableByteBagFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.bag.primitive.MutableByteBag |
empty() |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
of() |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
of(byte... items) |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
with() |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
with(byte... items) |
org.eclipse.collections.api.bag.primitive.MutableByteBag |
withAll(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.bag.primitive.MutableByteBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableByteBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableByteBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableByteBag of(byte... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableByteBag with(byte... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableByteBag ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.MutableByteBag withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.MutableByteBagFactoryCopyright © 2004–2018. All rights reserved.