public class ImmutableByteSetFactoryImpl extends Object implements ImmutableByteSetFactory
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteSet |
of()
Same as
ImmutableByteSetFactory.with(). |
ImmutableByteSet |
of(byte... items)
Same as
ImmutableByteSetFactory.with(byte[]). |
ImmutableByteSet |
of(byte one)
Same as
ImmutableByteSetFactory.with(byte). |
ImmutableByteSet |
ofAll(ByteIterable items)
|
ImmutableByteSet |
with() |
ImmutableByteSet |
with(byte... items) |
ImmutableByteSet |
with(byte one) |
ImmutableByteSet |
withAll(ByteIterable items) |
public ImmutableByteSet of()
ImmutableByteSetFactoryImmutableByteSetFactory.with().of in interface ImmutableByteSetFactorypublic ImmutableByteSet with()
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.