public enum ImmutableByteSetFactoryImpl extends Enum<ImmutableByteSetFactoryImpl> implements ImmutableByteSetFactory
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant and Description |
|---|
INSTANCE |
| 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) |
static ImmutableByteSetFactoryImpl |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImmutableByteSetFactoryImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
ImmutableByteSet |
with() |
ImmutableByteSet |
with(byte... items) |
ImmutableByteSet |
with(byte one) |
ImmutableByteSet |
withAll(ByteIterable items) |
ImmutableByteSet |
withAll(Iterable<Byte> iterable) |
public static final ImmutableByteSetFactoryImpl INSTANCE
public static ImmutableByteSetFactoryImpl[] values()
for (ImmutableByteSetFactoryImpl c : ImmutableByteSetFactoryImpl.values()) System.out.println(c);
public static ImmutableByteSetFactoryImpl valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic 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–2019. All rights reserved.