public interface MutableByteBagFactory
MutableByteBag.
This file was automatically generated from template file mutablePrimitiveBagFactory.stg.| Modifier and Type | Method and Description |
|---|---|
MutableByteBag |
empty() |
MutableByteBag |
of()
Same as
empty(). |
MutableByteBag |
of(byte... items)
Same as
with(byte[]). |
MutableByteBag |
ofAll(ByteIterable items)
Same as
withAll(ByteIterable). |
MutableByteBag |
ofAll(Iterable<Byte> iterable)
Same as
withAll(Iterable). |
MutableByteBag |
with()
Same as
empty(). |
MutableByteBag |
with(byte... items) |
MutableByteBag |
withAll(ByteIterable items) |
MutableByteBag |
withAll(Iterable<Byte> iterable) |
MutableByteBag empty()
MutableByteBag of()
empty().MutableByteBag with()
empty().MutableByteBag of(byte... items)
with(byte[]).MutableByteBag with(byte... items)
MutableByteBag ofAll(ByteIterable items)
withAll(ByteIterable).MutableByteBag withAll(ByteIterable items)
MutableByteBag ofAll(Iterable<Byte> iterable)
withAll(Iterable).MutableByteBag withAll(Iterable<Byte> iterable)
Copyright © 2004–2021. All rights reserved.