public class MutableByteListFactoryImpl extends Object implements org.eclipse.collections.api.factory.list.primitive.MutableByteListFactory
MutableByteList.
This file was automatically generated from template file mutablePrimitiveListFactoryImpl.stg.| Constructor and Description |
|---|
MutableByteListFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.list.primitive.MutableByteList |
empty() |
org.eclipse.collections.api.list.primitive.MutableByteList |
of() |
org.eclipse.collections.api.list.primitive.MutableByteList |
of(byte... items) |
org.eclipse.collections.api.list.primitive.MutableByteList |
ofAll(org.eclipse.collections.api.ByteIterable items) |
org.eclipse.collections.api.list.primitive.MutableByteList |
with() |
org.eclipse.collections.api.list.primitive.MutableByteList |
with(byte... items) |
org.eclipse.collections.api.list.primitive.MutableByteList |
withAll(org.eclipse.collections.api.ByteIterable items) |
public org.eclipse.collections.api.list.primitive.MutableByteList empty()
empty in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactorypublic org.eclipse.collections.api.list.primitive.MutableByteList of()
of in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactorypublic org.eclipse.collections.api.list.primitive.MutableByteList with()
with in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactorypublic org.eclipse.collections.api.list.primitive.MutableByteList of(byte... items)
of in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactorypublic org.eclipse.collections.api.list.primitive.MutableByteList with(byte... items)
with in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactorypublic org.eclipse.collections.api.list.primitive.MutableByteList ofAll(org.eclipse.collections.api.ByteIterable items)
ofAll in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactorypublic org.eclipse.collections.api.list.primitive.MutableByteList withAll(org.eclipse.collections.api.ByteIterable items)
withAll in interface org.eclipse.collections.api.factory.list.primitive.MutableByteListFactoryCopyright © 2004–2018. All rights reserved.