public class ImmutableByteBagFactoryImpl extends Object implements ImmutableByteBagFactory
ImmutableByteBag.
This file was automatically generated from template file immutablePrimitiveBagFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteBagFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
empty() |
ImmutableByteBag |
of()
Same as
ImmutableByteBagFactory.empty(). |
ImmutableByteBag |
of(byte... items)
Same as
ImmutableByteBagFactory.with(byte[]). |
ImmutableByteBag |
of(byte one)
Same as
ImmutableByteBagFactory.with(byte). |
ImmutableByteBag |
ofAll(ByteIterable items)
|
ImmutableByteBag |
with()
Same as
ImmutableByteBagFactory.empty(). |
ImmutableByteBag |
with(byte... items) |
ImmutableByteBag |
with(byte one) |
ImmutableByteBag |
withAll(ByteIterable items) |
public ImmutableByteBag empty()
empty in interface ImmutableByteBagFactorypublic ImmutableByteBag of()
ImmutableByteBagFactoryImmutableByteBagFactory.empty().of in interface ImmutableByteBagFactorypublic ImmutableByteBag with()
ImmutableByteBagFactoryImmutableByteBagFactory.empty().with in interface ImmutableByteBagFactorypublic ImmutableByteBag of(byte one)
ImmutableByteBagFactoryImmutableByteBagFactory.with(byte).of in interface ImmutableByteBagFactorypublic ImmutableByteBag with(byte one)
with in interface ImmutableByteBagFactorypublic ImmutableByteBag of(byte... items)
ImmutableByteBagFactoryImmutableByteBagFactory.with(byte[]).of in interface ImmutableByteBagFactorypublic ImmutableByteBag with(byte... items)
with in interface ImmutableByteBagFactorypublic ImmutableByteBag ofAll(ByteIterable items)
ImmutableByteBagFactoryofAll in interface ImmutableByteBagFactorypublic ImmutableByteBag withAll(ByteIterable items)
withAll in interface ImmutableByteBagFactoryCopyright © 2004–2016. All rights reserved.