Uses of Interface
org.eclipse.collections.api.tuple.primitive.ByteObjectPair
Packages that use ByteObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
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 ByteObjectPairModifier and TypeMethodDescriptiondefault <T> ListIterable<ByteObjectPair<T>> Returns aListIterableformed from thisByteListand aListIterableby combining corresponding elements in pairs.default <T> ImmutableList<ByteObjectPair<T>> Returns anImmutableListformed from thisImmutableByteListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<ByteObjectPair<T>> Returns aMutableListformed from thisMutableByteListand aListIterableby 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 ByteObjectPairModifier and TypeMethodDescriptionByteObjectMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ByteObjectPairModifier and TypeMethodDescriptiondefault VMutableByteObjectMap.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 ByteObjectPairModifier and TypeMethodDescriptiondefault MutableByteObjectMap<V> MutableByteObjectMap.withAllKeyValues(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.api.tuple.primitive
Subinterfaces with type arguments of type ByteObjectPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(byte, Object). -
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 ByteObjectPairModifier and TypeMethodDescription<T> ImmutableList<ByteObjectPair<T>> <T> ImmutableList<ByteObjectPair<T>> <T> ImmutableList<ByteObjectPair<T>> -
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 ByteObjectPairModifier and TypeMethodDescription<T> MutableList<ByteObjectPair<T>> <T> MutableList<ByteObjectPair<T>> <T> MutableList<ByteObjectPair<T>> -
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 ByteObjectPairModifier and TypeMethodDescriptionImmutableByteObjectEmptyMap.keyValuesView()ImmutableByteObjectHashMap.keyValuesView()ImmutableByteObjectSingletonMap.keyValuesView() -
Uses of ByteObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type ByteObjectPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type ByteObjectPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return ByteObjectPairModifier and TypeMethodDescriptionByteObjectHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type ByteObjectPairModifier and TypeMethodDescriptionByteObjectHashMap.KeyValuesView.iterator()ByteObjectHashMap.keyValuesView()SynchronizedByteObjectMap.keyValuesView()UnmodifiableByteObjectMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ByteObjectPairModifier and TypeMethodDescriptionSynchronizedByteObjectMap.putPair(ByteObjectPair<V> keyValuePair) UnmodifiableByteObjectMap.putPair(ByteObjectPair<V> keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type ByteObjectPairModifier and TypeMethodDescriptionvoidByteObjectHashMap.KeyValuesView.each(Procedure<? super ByteObjectPair<V>> procedure) <P> voidByteObjectHashMap.KeyValuesView.forEachWith(Procedure2<? super ByteObjectPair<V>, ? super P> procedure, P parameter) voidByteObjectHashMap.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 ByteObjectPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return ByteObjectPairModifier and TypeMethodDescriptionstatic <T> ByteObjectPair<T> PrimitiveTuples.pair(byte one, T two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type ByteObjectPair