public class ImmutableByteBagFactoryImpl extends Object implements ImmutableByteBagFactory
ImmutableByteBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteBagFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
empty() |
ImmutableByteBag |
of() |
ImmutableByteBag |
of(byte... items) |
ImmutableByteBag |
of(byte one) |
ImmutableByteBag |
ofAll(ByteIterable items) |
ImmutableByteBag |
ofAll(Iterable<Byte> iterable) |
ImmutableByteBag |
with() |
ImmutableByteBag |
with(byte... items) |
ImmutableByteBag |
with(byte one) |
ImmutableByteBag |
withAll(ByteIterable items) |
ImmutableByteBag |
withAll(Iterable<Byte> iterable) |
public static final ImmutableByteBagFactory INSTANCE
public ImmutableByteBag empty()
empty in interface ImmutableByteBagFactorypublic ImmutableByteBag of()
of in interface ImmutableByteBagFactorypublic ImmutableByteBag with()
with in interface ImmutableByteBagFactorypublic ImmutableByteBag of(byte one)
of in interface ImmutableByteBagFactorypublic ImmutableByteBag with(byte one)
with in interface ImmutableByteBagFactorypublic ImmutableByteBag of(byte... items)
of in interface ImmutableByteBagFactorypublic ImmutableByteBag with(byte... items)
with in interface ImmutableByteBagFactorypublic ImmutableByteBag ofAll(ByteIterable items)
ofAll in interface ImmutableByteBagFactorypublic ImmutableByteBag withAll(ByteIterable items)
withAll in interface ImmutableByteBagFactorypublic ImmutableByteBag ofAll(Iterable<Byte> iterable)
ofAll in interface ImmutableByteBagFactorypublic ImmutableByteBag withAll(Iterable<Byte> iterable)
withAll in interface ImmutableByteBagFactoryCopyright © 2004–2022. All rights reserved.