public class ImmutableByteSetFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
empty() |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
of() |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
of(byte... items) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
of(byte one) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
with() |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
with(byte... items) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
with(byte one) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
withAll(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.set.primitive.ImmutableByteSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet of(byte one)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet with(byte one)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet of(byte... items)
of in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet with(byte... items)
with in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.ImmutableByteSet withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.ImmutableByteSetFactoryCopyright © 2004–2018. All rights reserved.