public class ImmutableByteSetFactoryImpl extends Object implements ImmutableByteSetFactory
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Modifier and Type | Field and Description |
|---|---|
static ImmutableByteSetFactory |
INSTANCE |
| Constructor and Description |
|---|
ImmutableByteSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteSet |
empty() |
ImmutableByteSet |
of() |
ImmutableByteSet |
of(byte... items) |
ImmutableByteSet |
of(byte one) |
ImmutableByteSet |
ofAll(ByteIterable items) |
ImmutableByteSet |
ofAll(Iterable<Byte> iterable) |
ImmutableByteSet |
with() |
ImmutableByteSet |
with(byte... items) |
ImmutableByteSet |
with(byte one) |
ImmutableByteSet |
withAll(ByteIterable items) |
ImmutableByteSet |
withAll(Iterable<Byte> iterable) |
public static final ImmutableByteSetFactory INSTANCE
public ImmutableByteSet empty()
empty in interface ImmutableByteSetFactorypublic ImmutableByteSet of()
of in interface ImmutableByteSetFactorypublic ImmutableByteSet with()
with in interface ImmutableByteSetFactorypublic ImmutableByteSet of(byte one)
of in interface ImmutableByteSetFactorypublic ImmutableByteSet with(byte one)
with in interface ImmutableByteSetFactorypublic ImmutableByteSet of(byte... items)
of in interface ImmutableByteSetFactorypublic ImmutableByteSet with(byte... items)
with in interface ImmutableByteSetFactorypublic ImmutableByteSet ofAll(ByteIterable items)
ofAll in interface ImmutableByteSetFactorypublic ImmutableByteSet withAll(ByteIterable items)
withAll in interface ImmutableByteSetFactorypublic ImmutableByteSet ofAll(Iterable<Byte> iterable)
ofAll in interface ImmutableByteSetFactorypublic ImmutableByteSet withAll(Iterable<Byte> iterable)
withAll in interface ImmutableByteSetFactoryCopyright © 2004–2022. All rights reserved.