public class ImmutableByteListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactory
ImmutableByteList.
This file was automatically generated from template file immutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
ImmutableByteListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.ImmutableByteList |
empty() |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
of() |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
of(byte... items) |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
of(byte one) |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
with() |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
with(byte... items) |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
with(byte one) |
org.eclipse.collections.api.list.primitive.ImmutableByteList |
withAll(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.list.primitive.ImmutableByteList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList of()
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList with()
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList of(byte one)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList with(byte one)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList of(byte... items)
of in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList with(byte... items)
with in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactorypublic org.eclipse.collections.api.list.primitive.ImmutableByteList withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.ImmutableByteListFactoryCopyright © 2004–2017. All rights reserved.