ImmutableByteSetFactoryImplpublic interface ImmutableByteSetFactory
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactory.stg.| Modifier and Type | Method | Description |
|---|---|---|
ImmutableByteSet |
empty() |
|
ImmutableByteSet |
of() |
Same as
empty(). |
ImmutableByteSet |
of(byte one) |
Same as
with(byte). |
ImmutableByteSet |
of(byte... items) |
Same as
with(byte[]). |
ImmutableByteSet |
ofAll(ByteIterable items) |
Same as
withAll(ByteIterable). |
ImmutableByteSet |
with() |
Same as
empty(). |
ImmutableByteSet |
with(byte one) |
|
ImmutableByteSet |
with(byte... items) |
|
ImmutableByteSet |
withAll(ByteIterable items) |
ImmutableByteSet empty()
ImmutableByteSet of()
empty().ImmutableByteSet with()
empty().ImmutableByteSet of(byte one)
with(byte).ImmutableByteSet with(byte one)
ImmutableByteSet of(byte... items)
with(byte[]).ImmutableByteSet with(byte... items)
ImmutableByteSet ofAll(ByteIterable items)
withAll(ByteIterable).ImmutableByteSet withAll(ByteIterable items)
Copyright © 2004–2017. All rights reserved.