public class MutableByteSetFactoryImpl extends Object implements MutableByteSetFactory
MutableByteSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
MutableByteSet |
empty() |
MutableByteSet |
of()
Same as
MutableByteSetFactory.empty(). |
MutableByteSet |
of(byte... items)
Same as
MutableByteSetFactory.with(byte[]). |
MutableByteSet |
ofAll(ByteIterable items)
|
MutableByteSet |
with()
Same as
MutableByteSetFactory.empty(). |
MutableByteSet |
with(byte... items) |
MutableByteSet |
withAll(ByteIterable items) |
public MutableByteSet empty()
empty in interface MutableByteSetFactorypublic MutableByteSet of()
MutableByteSetFactoryMutableByteSetFactory.empty().of in interface MutableByteSetFactorypublic MutableByteSet with()
MutableByteSetFactoryMutableByteSetFactory.empty().with in interface MutableByteSetFactorypublic MutableByteSet of(byte... items)
MutableByteSetFactoryMutableByteSetFactory.with(byte[]).of in interface MutableByteSetFactorypublic MutableByteSet with(byte... items)
with in interface MutableByteSetFactorypublic MutableByteSet ofAll(ByteIterable items)
MutableByteSetFactoryofAll in interface MutableByteSetFactorypublic MutableByteSet withAll(ByteIterable items)
withAll in interface MutableByteSetFactoryCopyright © 2004–2016. All rights reserved.