public class MutableByteSetFactoryImpl extends Object implements MutableByteSetFactory
MutableByteSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static MutableByteSetFactory |
INSTANCE |
| Constructor and Description |
|---|
MutableByteSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableByteSet |
empty() |
MutableByteSet |
of() |
MutableByteSet |
of(byte... items) |
MutableByteSet |
ofAll(ByteIterable items) |
MutableByteSet |
ofAll(Iterable<Byte> iterable) |
MutableByteSet |
with() |
MutableByteSet |
with(byte... items) |
MutableByteSet |
withAll(ByteIterable items) |
MutableByteSet |
withAll(Iterable<Byte> iterable) |
public static final MutableByteSetFactory INSTANCE
public MutableByteSet empty()
empty in interface MutableByteSetFactorypublic MutableByteSet of()
of in interface MutableByteSetFactorypublic MutableByteSet with()
with in interface MutableByteSetFactorypublic MutableByteSet of(byte... items)
of in interface MutableByteSetFactorypublic MutableByteSet with(byte... items)
with in interface MutableByteSetFactorypublic MutableByteSet ofAll(ByteIterable items)
ofAll in interface MutableByteSetFactorypublic MutableByteSet withAll(ByteIterable items)
withAll in interface MutableByteSetFactorypublic MutableByteSet ofAll(Iterable<Byte> iterable)
ofAll in interface MutableByteSetFactorypublic MutableByteSet withAll(Iterable<Byte> iterable)
withAll in interface MutableByteSetFactoryCopyright © 2004–2022. All rights reserved.