ImmutableByteSetFactorypublic enum ImmutableByteSetFactoryImpl extends java.lang.Enum<ImmutableByteSetFactoryImpl> implements ImmutableByteSetFactory
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Enum Constant | Description |
|---|---|
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteSet |
empty() |
|
ImmutableByteSet |
of() |
Same as
ImmutableByteSetFactory.empty(). |
ImmutableByteSet |
of(byte one) |
Same as
ImmutableByteSetFactory.with(byte). |
ImmutableByteSet |
of(byte... items) |
Same as
ImmutableByteSetFactory.with(byte[]). |
ImmutableByteSet |
ofAll(ByteIterable items) |
|
static ImmutableByteSetFactoryImpl |
valueOf(java.lang.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() |
Same as
ImmutableByteSetFactory.empty(). |
ImmutableByteSet |
with(byte one) |
|
ImmutableByteSet |
with(byte... items) |
|
ImmutableByteSet |
withAll(ByteIterable items) |
public static final ImmutableByteSetFactoryImpl INSTANCE
public static ImmutableByteSetFactoryImpl[] values()
for (ImmutableByteSetFactoryImpl c : ImmutableByteSetFactoryImpl.values()) System.out.println(c);
public static ImmutableByteSetFactoryImpl valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic ImmutableByteSet empty()
empty in interface ImmutableByteSetFactorypublic ImmutableByteSet of()
ImmutableByteSetFactoryImmutableByteSetFactory.empty().of in interface ImmutableByteSetFactorypublic ImmutableByteSet with()
ImmutableByteSetFactoryImmutableByteSetFactory.empty().with in interface ImmutableByteSetFactorypublic ImmutableByteSet of(byte one)
ImmutableByteSetFactoryImmutableByteSetFactory.with(byte).of in interface ImmutableByteSetFactorypublic ImmutableByteSet with(byte one)
with in interface ImmutableByteSetFactorypublic ImmutableByteSet of(byte... items)
ImmutableByteSetFactoryImmutableByteSetFactory.with(byte[]).of in interface ImmutableByteSetFactorypublic ImmutableByteSet with(byte... items)
with in interface ImmutableByteSetFactorypublic ImmutableByteSet ofAll(ByteIterable items)
ImmutableByteSetFactoryofAll in interface ImmutableByteSetFactorypublic ImmutableByteSet withAll(ByteIterable items)
withAll in interface ImmutableByteSetFactoryCopyright © 2004–2017. All rights reserved.