MutableByteSetFactoryImpl
public interface MutableByteSetFactory
MutableByteSet
.
This file was automatically generated from template file mutablePrimitiveSetFactory.stg.Modifier and Type | Method | Description |
---|---|---|
MutableByteSet |
empty() |
|
MutableByteSet |
of() |
Same as
empty() . |
MutableByteSet |
of(byte... items) |
Same as
with(byte[]) . |
MutableByteSet |
ofAll(ByteIterable items) |
Same as
withAll(ByteIterable) . |
MutableByteSet |
with() |
Same as
empty() . |
MutableByteSet |
with(byte... items) |
|
MutableByteSet |
withAll(ByteIterable items) |
MutableByteSet empty()
MutableByteSet of()
empty()
.MutableByteSet with()
empty()
.MutableByteSet of(byte... items)
with(byte[])
.MutableByteSet with(byte... items)
MutableByteSet ofAll(ByteIterable items)
withAll(ByteIterable)
.MutableByteSet withAll(ByteIterable items)
Copyright © 2004–2017. All rights reserved.