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 |
with()
Same as
empty() . |
MutableByteBag |
with(byte... items) |
MutableByteBag |
withAll(ByteIterable items) |
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)
Copyright © 2004–2016. All rights reserved.