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