Uses of Interface
org.eclipse.collections.api.tuple.primitive.LongLongPair
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 API for mutable and immutable primitive sets.
This package contains static utilities for creating immutable primitive collection factories.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of LongLongPair in org.eclipse.collections.api.list.primitive
Modifier and TypeMethodDescriptiondefault ImmutableList<LongLongPair>
ImmutableLongList.zipLong
(LongIterable iterable) Returns anImmutableList
formed from thisImmutableLongList
and anotherLongList
by combining corresponding elements in pairs.default ListIterable<LongLongPair>
LongList.zipLong
(LongIterable iterable) Returns aListIterable
formed from thisLongList
and anotherLongList
by combining corresponding elements in pairs.default MutableList<LongLongPair>
MutableLongList.zipLong
(LongIterable iterable) Returns aMutableList
formed from thisMutableLongList
and anotherLongList
by combining corresponding elements in pairs. -
Uses of LongLongPair in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionLongLongMap.keyValuesView()
Returns a view of the key/value pairs in this map.Modifier and TypeMethodDescriptiondefault void
MutableLongLongMap.putPair
(LongLongPair keyValuePair) This method allows MutableLongLongMap the ability to add an element in the form of LongLongPair.Modifier and TypeMethodDescriptiondefault MutableLongLongMap
MutableLongLongMap.withAllKeyValues
(Iterable<LongLongPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of LongLongPair in org.eclipse.collections.api.set.primitive
Modifier and TypeMethodDescriptionLongSet.cartesianProduct
(LongSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthis
and b is a member ofset
. -
Uses of LongLongPair in org.eclipse.collections.impl.factory.primitive
Modifier and TypeMethodDescriptionstatic <A,
B> LazyIterable<LongLongPair> LongSets.cartesianProduct
(LongSet set1, LongSet set2) -
Uses of LongLongPair in org.eclipse.collections.impl.list.mutable.primitive
Modifier and TypeMethodDescriptionLongArrayList.zipLong
(LongIterable iterable) SynchronizedLongList.zipLong
(LongIterable iterable) UnmodifiableLongList.zipLong
(LongIterable iterable) -
Uses of LongLongPair in org.eclipse.collections.impl.list.primitive
-
Uses of LongLongPair in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionAbstractMutableLongKeySet.cartesianProduct
(LongSet set) LongLongHashMap.keyValuesView()
SynchronizedLongLongMap.keyValuesView()
UnmodifiableLongLongMap.keyValuesView()
Modifier and TypeMethodDescriptionvoid
SynchronizedLongLongMap.putPair
(LongLongPair keyValuePair) void
UnmodifiableLongLongMap.putPair
(LongLongPair keyValuePair) -
Uses of LongLongPair in org.eclipse.collections.impl.set.mutable.primitive
Modifier and TypeMethodDescriptionSynchronizedLongSet.cartesianProduct
(LongSet set) UnmodifiableLongSet.cartesianProduct
(LongSet set) -
Uses of LongLongPair in org.eclipse.collections.impl.set.primitive
-
Uses of LongLongPair in org.eclipse.collections.impl.tuple.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stg