public class MutableByteListFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.list.primitive.MutableByteList |
empty() |
com.gs.collections.api.list.primitive.MutableByteList |
of()
Same as
MutableByteListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableByteList |
of(byte... items)
Same as
MutableByteListFactory.with(byte[]). |
com.gs.collections.api.list.primitive.MutableByteList |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
MutableByteListFactory.withAll(ByteIterable). |
com.gs.collections.api.list.primitive.MutableByteList |
with()
Same as
MutableByteListFactory.empty(). |
com.gs.collections.api.list.primitive.MutableByteList |
with(byte... items) |
com.gs.collections.api.list.primitive.MutableByteList |
withAll(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.list.primitive.MutableByteList empty()
empty in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactorypublic com.gs.collections.api.list.primitive.MutableByteList of()
com.gs.collections.api.factory.list.primitive.MutableByteListFactoryMutableByteListFactory.empty().of in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactorypublic com.gs.collections.api.list.primitive.MutableByteList with()
com.gs.collections.api.factory.list.primitive.MutableByteListFactoryMutableByteListFactory.empty().with in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactorypublic com.gs.collections.api.list.primitive.MutableByteList of(byte... items)
com.gs.collections.api.factory.list.primitive.MutableByteListFactoryMutableByteListFactory.with(byte[]).of in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactorypublic com.gs.collections.api.list.primitive.MutableByteList with(byte... items)
with in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactorypublic com.gs.collections.api.list.primitive.MutableByteList ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.list.primitive.MutableByteListFactoryMutableByteListFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactorypublic com.gs.collections.api.list.primitive.MutableByteList withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.MutableByteListFactory