Uses of Interface
org.eclipse.collections.api.tuple.primitive.ByteObjectPair
-
Packages that use ByteObjectPair 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.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.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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 -
-
Uses of ByteObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type ByteObjectPair Modifier and Type Method Description default <T> ListIterable<ByteObjectPair<T>>
ByteList. zip(java.lang.Iterable<T> iterable)
Returns aListIterable
formed from thisByteList
and aListIterable
by combining corresponding elements in pairs.default <T> ImmutableList<ByteObjectPair<T>>
ImmutableByteList. zip(java.lang.Iterable<T> iterable)
Returns anImmutableList
formed from thisImmutableByteList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<ByteObjectPair<T>>
MutableByteList. zip(java.lang.Iterable<T> list)
Returns aMutableList
formed from thisMutableByteList
and aListIterable
by combining corresponding elements in pairs. -
Uses of ByteObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ByteObjectPair Modifier and Type Method Description RichIterable<ByteObjectPair<V>>
ByteObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteObjectPair 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 ofByteObjectPair<V>
.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ByteObjectPair Modifier and Type Method Description default MutableByteObjectMap<V>
MutableByteObjectMap. withAllKeyValues(java.lang.Iterable<ByteObjectPair<V>> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map. -
Uses of ByteObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type ByteObjectPair Modifier and Type Method Description <T> ImmutableList<ByteObjectPair<T>>
ImmutableByteArrayList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<ByteObjectPair<T>>
ImmutableByteEmptyList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<ByteObjectPair<T>>
ImmutableByteSingletonList. zip(java.lang.Iterable<T> iterable)
-
Uses of ByteObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type ByteObjectPair 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)
-
Uses of ByteObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type ByteObjectPair Modifier and Type Method Description RichIterable<ByteObjectPair<V>>
ImmutableByteObjectEmptyMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
ImmutableByteObjectHashMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
ImmutableByteObjectSingletonMap. keyValuesView()
-
Uses of ByteObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return ByteObjectPair Modifier and Type Method Description ByteObjectPair<V>
ByteObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ByteObjectPair Modifier and Type Method Description java.util.Iterator<ByteObjectPair<V>>
ByteObjectHashMap.KeyValuesView. iterator()
RichIterable<ByteObjectPair<V>>
ByteObjectHashMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
SynchronizedByteObjectMap. keyValuesView()
RichIterable<ByteObjectPair<V>>
UnmodifiableByteObjectMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteObjectPair Modifier and Type Method Description V
SynchronizedByteObjectMap. putPair(ByteObjectPair<V> keyValuePair)
V
UnmodifiableByteObjectMap. putPair(ByteObjectPair<V> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ByteObjectPair Modifier and Type Method Description void
ByteObjectHashMap.KeyValuesView. each(Procedure<? super ByteObjectPair<V>> procedure)
<P> void
ByteObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super ByteObjectPair<V>,? super P> procedure, P parameter)
void
ByteObjectHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super ByteObjectPair<V>> objectIntProcedure)
-
Uses of ByteObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement ByteObjectPair Modifier and Type Class Description class
ByteObjectPairImpl<T>
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ByteObjectPair Modifier and Type Method Description static <T> ByteObjectPair<T>
PrimitiveTuples. pair(byte one, T two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ByteObjectPair Modifier and Type Method Description int
ByteObjectPairImpl. compareTo(ByteObjectPair<T> that)
-