public class ImmutableByteBagFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
empty() |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
of() |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
of(byte... items) |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
of(byte one) |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
with() |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
with(byte... items) |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
with(byte one) |
org.eclipse.collections.api.bag.primitive.ImmutableByteBag |
withAll(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.bag.primitive.ImmutableByteBag empty()
empty in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag of()
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag with()
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag of(byte one)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag with(byte one)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag of(byte... items)
of in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag with(byte... items)
with in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactorypublic org.eclipse.collections.api.bag.primitive.ImmutableByteBag withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.bag.primitive.ImmutableByteBagFactoryCopyright © 2004–2017. All rights reserved.