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.
|
org.eclipse.collections.impl.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
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.with()
Same as
ImmutableByteListFactory.empty() . |
ImmutableByteList |
ImmutableByteListFactory.with(byte... items) |
ImmutableByteList |
ImmutableByteListFactory.with(byte one) |
ImmutableByteList |
ImmutableByteListFactory.withAll(ByteIterable items) |
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) |
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) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteList |
ImmutableByteListFactoryImpl.empty() |
ImmutableByteList |
ImmutableByteListFactoryImpl.of() |
ImmutableByteList |
ImmutableByteListFactoryImpl.of(byte... items) |
ImmutableByteList |
ImmutableByteListFactoryImpl.of(byte one) |
ImmutableByteList |
ImmutableByteListFactoryImpl.ofAll(ByteIterable items) |
ImmutableByteList |
ImmutableByteListFactoryImpl.with() |
ImmutableByteList |
ImmutableByteListFactoryImpl.with(byte... items) |
ImmutableByteList |
ImmutableByteListFactoryImpl.with(byte one) |
ImmutableByteList |
ImmutableByteListFactoryImpl.withAll(ByteIterable items) |
Modifier and Type | Method and Description |
---|---|
ImmutableByteList |
UnmodifiableByteList.toImmutable() |
ImmutableByteList |
ByteArrayList.toImmutable() |
ImmutableByteList |
SynchronizedByteList.toImmutable() |
Modifier and Type | Method and Description |
---|---|
ImmutableByteList |
AbstractImmutableSortedMap.collectByte(ByteFunction<? super V> byteFunction) |
Copyright © 2004–2016. All rights reserved.