public class ImmutableByteListFactoryImpl
extends java.lang.Object
implements com.gs.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 |
|---|---|
com.gs.collections.api.list.primitive.ImmutableByteList |
empty() |
com.gs.collections.api.list.primitive.ImmutableByteList |
of()
Same as
ImmutableByteListFactory.empty(). |
com.gs.collections.api.list.primitive.ImmutableByteList |
of(byte... items)
Same as
ImmutableByteListFactory.with(byte[]). |
com.gs.collections.api.list.primitive.ImmutableByteList |
of(byte one)
Same as
ImmutableByteListFactory.with(byte). |
com.gs.collections.api.list.primitive.ImmutableByteList |
ofAll(com.gs.collections.api.ByteIterable items)
Same as
ImmutableByteListFactory.withAll(ByteIterable). |
com.gs.collections.api.list.primitive.ImmutableByteList |
with()
Same as
ImmutableByteListFactory.empty(). |
com.gs.collections.api.list.primitive.ImmutableByteList |
with(byte... items) |
com.gs.collections.api.list.primitive.ImmutableByteList |
with(byte one) |
com.gs.collections.api.list.primitive.ImmutableByteList |
withAll(com.gs.collections.api.ByteIterable items) |
public com.gs.collections.api.list.primitive.ImmutableByteList empty()
empty in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList of()
com.gs.collections.api.factory.list.primitive.ImmutableByteListFactoryImmutableByteListFactory.empty().of in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList with()
com.gs.collections.api.factory.list.primitive.ImmutableByteListFactoryImmutableByteListFactory.empty().with in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList of(byte one)
com.gs.collections.api.factory.list.primitive.ImmutableByteListFactoryImmutableByteListFactory.with(byte).of in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList with(byte one)
with in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList of(byte... items)
com.gs.collections.api.factory.list.primitive.ImmutableByteListFactoryImmutableByteListFactory.with(byte[]).of in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList with(byte... items)
with in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList ofAll(com.gs.collections.api.ByteIterable items)
com.gs.collections.api.factory.list.primitive.ImmutableByteListFactoryImmutableByteListFactory.withAll(ByteIterable).ofAll in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactorypublic com.gs.collections.api.list.primitive.ImmutableByteList withAll(com.gs.collections.api.ByteIterable items)
withAll in interface com.gs.collections.api.factory.list.primitive.ImmutableByteListFactory