public class ImmutableByteSetFactoryImpl
extends java.lang.Object
implements com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactory
ImmutableByteSet.
This file was automatically generated from template file immutablePrimitiveSetFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteSetFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.ImmutableByteSet |
empty() |
com.gs.collections.api.set.primitive.ImmutableByteSet |
of()
Same as
ImmutableByteSetFactory.empty(). |
com.gs.collections.api.set.primitive.ImmutableByteSet |
of(byte... items)
Same as
ImmutableByteSetFactory.with(byte[]). |
com.gs.collections.api.set.primitive.ImmutableByteSet |
of(byte one)
Same as
ImmutableByteSetFactory.with(byte). |
com.gs.collections.api.set.primitive.ImmutableByteSet |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
ImmutableByteSetFactory.withAll(ByteIterable). |
com.gs.collections.api.set.primitive.ImmutableByteSet |
with()
Same as
ImmutableByteSetFactory.empty(). |
com.gs.collections.api.set.primitive.ImmutableByteSet |
with(byte... items) |
com.gs.collections.api.set.primitive.ImmutableByteSet |
with(byte one) |
com.gs.collections.api.set.primitive.ImmutableByteSet |
withAll(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.set.primitive.ImmutableByteSet empty()
empty in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet of()
com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactoryImmutableByteSetFactory.empty().of in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet with()
com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactoryImmutableByteSetFactory.empty().with in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet of(byte one)
com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactoryImmutableByteSetFactory.with(byte).of in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet with(byte one)
with in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet of(byte... items)
com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactoryImmutableByteSetFactory.with(byte[]).of in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet with(byte... items)
with in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactoryImmutableByteSetFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic com.gs.collections.api.set.primitive.ImmutableByteSet withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.set.primitive.ImmutableByteSetFactory