public class MutableByteSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.MutableByteSetFactory
MutableByteSet.
This file was automatically generated from template file mutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.MutableByteSet |
empty() |
com.gs.collections.api.set.primitive.MutableByteSet |
of()
Same as
MutableByteSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableByteSet |
of(byte... items)
Same as
MutableByteSetFactory.with(byte[]). |
com.gs.collections.api.set.primitive.MutableByteSet |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
MutableByteSetFactory.withAll(ByteIterable). |
com.gs.collections.api.set.primitive.MutableByteSet |
with()
Same as
MutableByteSetFactory.empty(). |
com.gs.collections.api.set.primitive.MutableByteSet |
with(byte... items) |
com.gs.collections.api.set.primitive.MutableByteSet |
withAll(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.set.primitive.MutableByteSet empty()
empty in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactorypublic com.gs.collections.api.set.primitive.MutableByteSet of()
com.gs.collections.api.factory.set.primitive.MutableByteSetFactoryMutableByteSetFactory.empty().of in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactorypublic com.gs.collections.api.set.primitive.MutableByteSet with()
com.gs.collections.api.factory.set.primitive.MutableByteSetFactoryMutableByteSetFactory.empty().with in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactorypublic com.gs.collections.api.set.primitive.MutableByteSet of(byte... items)
com.gs.collections.api.factory.set.primitive.MutableByteSetFactoryMutableByteSetFactory.with(byte[]).of in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactorypublic com.gs.collections.api.set.primitive.MutableByteSet with(byte... items)
with in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactorypublic com.gs.collections.api.set.primitive.MutableByteSet ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.set.primitive.MutableByteSetFactoryMutableByteSetFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactorypublic com.gs.collections.api.set.primitive.MutableByteSet withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.MutableByteSetFactory