public interface ImmutableByteBagFactory
ImmutableByteBag.
This file was automatically generated from template file immutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
ImmutableByteBag |
empty() |
ImmutableByteBag |
of()
Same as
empty(). |
ImmutableByteBag |
of(byte... items)
Same as
with(byte[]). |
ImmutableByteBag |
of(byte one)
Same as
with(byte). |
ImmutableByteBag |
ofAll(ByteIterable items)
Same as
withAll(ByteIterable). |
ImmutableByteBag |
with()
Same as
empty(). |
ImmutableByteBag |
with(byte... items) |
ImmutableByteBag |
with(byte one) |
ImmutableByteBag |
withAll(ByteIterable items) |
ImmutableByteBag empty()
ImmutableByteBag of()
empty().ImmutableByteBag with()
empty().ImmutableByteBag of(byte one)
with(byte).ImmutableByteBag with(byte one)
ImmutableByteBag of(byte... items)
with(byte[]).ImmutableByteBag with(byte... items)
ImmutableByteBag ofAll(ByteIterable items)
withAll(ByteIterable).ImmutableByteBag withAll(ByteIterable items)
Copyright © 2004–2016. All rights reserved.