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 MutableByteSetFactory
public MutableByteSet of()
MutableByteSetFactory
MutableByteSetFactory.empty()
.of
in interface MutableByteSetFactory
public MutableByteSet with()
MutableByteSetFactory
MutableByteSetFactory.empty()
.with
in interface MutableByteSetFactory
public MutableByteSet of(byte... items)
MutableByteSetFactory
MutableByteSetFactory.with(byte[])
.of
in interface MutableByteSetFactory
public MutableByteSet with(byte... items)
with
in interface MutableByteSetFactory
public MutableByteSet ofAll(ByteIterable items)
MutableByteSetFactory
ofAll
in interface MutableByteSetFactory
public MutableByteSet withAll(ByteIterable items)
withAll
in interface MutableByteSetFactory
Copyright © 2004–2016. All rights reserved.