| Package | Description |
|---|---|
| org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
| org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
| org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List. |
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
| org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
| org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableSortedBag.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableByteListFactory.empty() |
ImmutableByteList |
ImmutableByteListFactory.of()
Same as
ImmutableByteListFactory.empty(). |
ImmutableByteList |
ImmutableByteListFactory.of(byte... items)
|
ImmutableByteList |
ImmutableByteListFactory.of(byte one)
Same as
ImmutableByteListFactory.with(byte). |
ImmutableByteList |
ImmutableByteListFactory.ofAll(ByteIterable items)
|
ImmutableByteList |
ImmutableByteListFactory.ofAll(Iterable<Byte> iterable)
|
ImmutableByteList |
ImmutableByteListFactory.with()
Same as
ImmutableByteListFactory.empty(). |
ImmutableByteList |
ImmutableByteListFactory.with(byte... items) |
ImmutableByteList |
ImmutableByteListFactory.with(byte one) |
ImmutableByteList |
ImmutableByteListFactory.withAll(ByteIterable items) |
ImmutableByteList |
ImmutableByteListFactory.withAll(Iterable<Byte> iterable) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableList.collectByte(ByteFunction<? super T> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableByteList.distinct() |
ImmutableByteList |
ImmutableByteList.newWith(byte element) |
ImmutableByteList |
ImmutableByteList.newWithAll(ByteIterable elements) |
ImmutableByteList |
ImmutableByteList.newWithout(byte element) |
ImmutableByteList |
ImmutableByteList.newWithoutAll(ByteIterable elements) |
ImmutableByteList |
ImmutableByteList.reject(BytePredicate predicate) |
ImmutableByteList |
ImmutableByteList.select(BytePredicate predicate) |
ImmutableByteList |
ImmutableByteList.subList(int fromIndex,
int toIndex) |
default ImmutableByteList |
ImmutableByteList.tap(ByteProcedure procedure) |
ImmutableByteList |
ByteList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableByteList |
MutableByteList.toImmutable()
Returns an immutable copy of this list.
|
ImmutableByteList |
ImmutableByteList.toReversed() |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableOrderedMap.collectByte(ByteFunction<? super V> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableSortedMap.collectByte(ByteFunction<? super V> byteFunction) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableByteList |
ImmutableSortedSet.collectByte(ByteFunction<? super T> byteFunction) |
Copyright © 2004–2021. All rights reserved.