public class MutableByteSetFactoryImpl extends Object implements org.eclipse.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 |
|---|---|
org.eclipse.collections.api.set.primitive.MutableByteSet |
empty() |
org.eclipse.collections.api.set.primitive.MutableByteSet |
of() |
org.eclipse.collections.api.set.primitive.MutableByteSet |
of(byte... items) |
org.eclipse.collections.api.set.primitive.MutableByteSet |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.set.primitive.MutableByteSet |
with() |
org.eclipse.collections.api.set.primitive.MutableByteSet |
with(byte... items) |
org.eclipse.collections.api.set.primitive.MutableByteSet |
withAll(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.set.primitive.MutableByteSet empty()
empty in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.MutableByteSet of()
of in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.MutableByteSet with()
with in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.MutableByteSet of(byte... items)
of in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.MutableByteSet with(byte... items)
with in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.MutableByteSet ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactorypublic org.eclipse.collections.api.set.primitive.MutableByteSet withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.set.primitive.MutableByteSetFactoryCopyright © 2004–2017. All rights reserved.