| Package | Description |
|---|---|
| org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
| org.eclipse.collections.impl.tuple.primitive |
| Modifier and Type | Method | Description |
|---|---|---|
default <T> ListIterable<ByteObjectPair<T>> |
ByteList.zip(java.lang.Iterable<T> iterable) |
Returns a
ListIterable formed from this ByteList and a ListIterable by
combining corresponding elements in pairs. |
default <T> ImmutableList<ByteObjectPair<T>> |
ImmutableByteList.zip(java.lang.Iterable<T> iterable) |
Returns an
ImmutableList formed from this ImmutableByteList and a ListIterable by
combining corresponding elements in pairs. |
default <T> MutableList<ByteObjectPair<T>> |
MutableByteList.zip(java.lang.Iterable<T> list) |
Returns a
MutableList formed from this MutableByteList and a ListIterable by
combining corresponding elements in pairs. |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ByteObjectPair<V>> |
ByteObjectMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
default V |
MutableByteObjectMap.putPair(ByteObjectPair<V> keyValuePair) |
This method allows MutableByteObjectMap the ability to add an element in the form of
ByteObjectPair<V>. |
| Modifier and Type | Method | Description |
|---|---|---|
default MutableByteObjectMap<V> |
MutableByteObjectMap.withAllKeyValues(java.lang.Iterable<ByteObjectPair<V>> keyValuePairs) |
| Modifier and Type | Method | Description |
|---|---|---|
<T> MutableList<ByteObjectPair<T>> |
ByteArrayList.zip(java.lang.Iterable<T> iterable) |
|
<T> MutableList<ByteObjectPair<T>> |
SynchronizedByteList.zip(java.lang.Iterable<T> iterable) |
|
<T> MutableList<ByteObjectPair<T>> |
UnmodifiableByteList.zip(java.lang.Iterable<T> iterable) |
| Modifier and Type | Method | Description |
|---|---|---|
RichIterable<ByteObjectPair<V>> |
ByteObjectHashMap.keyValuesView() |
|
RichIterable<ByteObjectPair<V>> |
SynchronizedByteObjectMap.keyValuesView() |
|
RichIterable<ByteObjectPair<V>> |
UnmodifiableByteObjectMap.keyValuesView() |
| Modifier and Type | Method | Description |
|---|---|---|
V |
SynchronizedByteObjectMap.putPair(ByteObjectPair<V> keyValuePair) |
|
V |
UnmodifiableByteObjectMap.putPair(ByteObjectPair<V> keyValuePair) |
| Modifier and Type | Class | Description |
|---|---|---|
class |
ByteObjectPairImpl<T> |
This file was automatically generated from template file primitiveObjectPairImpl.stg
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> ByteObjectPair<T> |
PrimitiveTuples.pair(byte one,
T two) |
| Modifier and Type | Method | Description |
|---|---|---|
int |
ByteObjectPairImpl.compareTo(ByteObjectPair<T> that) |
Copyright © 2004–2020. All rights reserved.