ImmutableByteSetFactory
public class ImmutableByteSetFactoryImpl extends Object implements ImmutableByteSetFactory
ImmutableByteSet
.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.Constructor | Description |
---|---|
ImmutableByteSetFactoryImpl() |
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) |
|
ImmutableByteSet |
with() |
Same as
ImmutableByteSetFactory.empty() . |
ImmutableByteSet |
with(byte one) |
|
ImmutableByteSet |
with(byte... items) |
|
ImmutableByteSet |
withAll(ByteIterable items) |
public ImmutableByteSet empty()
empty
in interface ImmutableByteSetFactory
public ImmutableByteSet of()
ImmutableByteSetFactory
ImmutableByteSetFactory.empty()
.of
in interface ImmutableByteSetFactory
public ImmutableByteSet with()
ImmutableByteSetFactory
ImmutableByteSetFactory.empty()
.with
in interface ImmutableByteSetFactory
public ImmutableByteSet of(byte one)
ImmutableByteSetFactory
ImmutableByteSetFactory.with(byte)
.of
in interface ImmutableByteSetFactory
public ImmutableByteSet with(byte one)
with
in interface ImmutableByteSetFactory
public ImmutableByteSet of(byte... items)
ImmutableByteSetFactory
ImmutableByteSetFactory.with(byte[])
.of
in interface ImmutableByteSetFactory
public ImmutableByteSet with(byte... items)
with
in interface ImmutableByteSetFactory
public ImmutableByteSet ofAll(ByteIterable items)
ImmutableByteSetFactory
ofAll
in interface ImmutableByteSetFactory
public ImmutableByteSet withAll(ByteIterable items)
withAll
in interface ImmutableByteSetFactory
Copyright © 2004–2017. All rights reserved.