Uses of Interface
org.eclipse.collections.api.tuple.primitive.LongLongPair
-
Packages that use LongLongPair 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.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.factory.primitive This package contains static utilities for creating immutable primitive collection factories.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.list.primitive This package contains implementations of the 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.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.set.primitive org.eclipse.collections.impl.tuple.primitive -
-
Uses of LongLongPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description default 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
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description RichIterable<LongLongPair>
LongLongMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type LongLongPair Modifier and Type Method Description default void
MutableLongLongMap. putPair(LongLongPair keyValuePair)
This method allows MutableLongLongMap the ability to add an element in the form of LongLongPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type LongLongPair Modifier and Type Method Description default MutableLongLongMap
MutableLongLongMap. withAllKeyValues(java.lang.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
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description LazyIterable<LongLongPair>
LongSet. 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
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description static <A,B>
LazyIterable<LongLongPair>LongSets. cartesianProduct(LongSet set1, LongSet set2)
-
Uses of LongLongPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description ImmutableList<LongLongPair>
ImmutableLongArrayList. zipLong(LongIterable iterable)
ImmutableList<LongLongPair>
ImmutableLongEmptyList. zipLong(LongIterable iterable)
ImmutableList<LongLongPair>
ImmutableLongSingletonList. zipLong(LongIterable iterable)
-
Uses of LongLongPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description MutableList<LongLongPair>
LongArrayList. zipLong(LongIterable iterable)
MutableList<LongLongPair>
SynchronizedLongList. zipLong(LongIterable iterable)
MutableList<LongLongPair>
UnmodifiableLongList. zipLong(LongIterable iterable)
-
Uses of LongLongPair in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description ImmutableList<LongLongPair>
LongInterval. zipLong(LongIterable iterable)
-
Uses of LongLongPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description RichIterable<LongLongPair>
ImmutableLongLongEmptyMap. keyValuesView()
RichIterable<LongLongPair>
ImmutableLongLongHashMap. keyValuesView()
RichIterable<LongLongPair>
ImmutableLongLongSingletonMap. keyValuesView()
-
Uses of LongLongPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LongLongPair Modifier and Type Method Description LongLongPair
LongLongHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description LazyIterable<LongLongPair>
AbstractMutableLongKeySet. cartesianProduct(LongSet set)
java.util.Iterator<LongLongPair>
LongLongHashMap.KeyValuesView. iterator()
RichIterable<LongLongPair>
LongLongHashMap. keyValuesView()
RichIterable<LongLongPair>
SynchronizedLongLongMap. keyValuesView()
RichIterable<LongLongPair>
UnmodifiableLongLongMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type LongLongPair Modifier and Type Method Description void
SynchronizedLongLongMap. putPair(LongLongPair keyValuePair)
void
UnmodifiableLongLongMap. putPair(LongLongPair keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type LongLongPair Modifier and Type Method Description void
LongLongHashMap.KeyValuesView. each(Procedure<? super LongLongPair> procedure)
<P> void
LongLongHashMap.KeyValuesView. forEachWith(Procedure2<? super LongLongPair,? super P> procedure, P parameter)
void
LongLongHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super LongLongPair> objectIntProcedure)
-
Uses of LongLongPair in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description LazyIterable<LongLongPair>
ImmutableLongEmptySet. cartesianProduct(LongSet set)
LazyIterable<LongLongPair>
ImmutableLongSingletonSet. cartesianProduct(LongSet set)
-
Uses of LongLongPair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description LazyIterable<LongLongPair>
SynchronizedLongSet. cartesianProduct(LongSet set)
LazyIterable<LongLongPair>
UnmodifiableLongSet. cartesianProduct(LongSet set)
-
Uses of LongLongPair in org.eclipse.collections.impl.set.primitive
Methods in org.eclipse.collections.impl.set.primitive that return types with arguments of type LongLongPair Modifier and Type Method Description LazyIterable<LongLongPair>
AbstractLongSet. cartesianProduct(LongSet set)
-
Uses of LongLongPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement LongLongPair Modifier and Type Class Description class
LongLongPairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return LongLongPair Modifier and Type Method Description static LongLongPair
PrimitiveTuples. pair(long one, long two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type LongLongPair Modifier and Type Method Description int
LongLongPairImpl. compareTo(LongLongPair that)
-