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 ImmutableByteBagFactory
public ImmutableByteBag of()
ImmutableByteBagFactory
ImmutableByteBagFactory.empty()
.of
in interface ImmutableByteBagFactory
public ImmutableByteBag with()
ImmutableByteBagFactory
ImmutableByteBagFactory.empty()
.with
in interface ImmutableByteBagFactory
public ImmutableByteBag of(byte one)
ImmutableByteBagFactory
ImmutableByteBagFactory.with(byte)
.of
in interface ImmutableByteBagFactory
public ImmutableByteBag with(byte one)
with
in interface ImmutableByteBagFactory
public ImmutableByteBag of(byte... items)
ImmutableByteBagFactory
ImmutableByteBagFactory.with(byte[])
.of
in interface ImmutableByteBagFactory
public ImmutableByteBag with(byte... items)
with
in interface ImmutableByteBagFactory
public ImmutableByteBag ofAll(ByteIterable items)
ImmutableByteBagFactory
ofAll
in interface ImmutableByteBagFactory
public ImmutableByteBag withAll(ByteIterable items)
withAll
in interface ImmutableByteBagFactory
Copyright © 2004–2016. All rights reserved.