Uses of Interface
org.eclipse.collections.api.tuple.primitive.FloatFloatPair
-
Packages that use FloatFloatPair 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.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 FloatFloatPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description default ListIterable<FloatFloatPair>
FloatList. zipFloat(FloatIterable iterable)
Returns aListIterable
formed from thisFloatList
and anotherFloatList
by combining corresponding elements in pairs.default ImmutableList<FloatFloatPair>
ImmutableFloatList. zipFloat(FloatIterable iterable)
Returns anImmutableList
formed from thisImmutableFloatList
and anotherFloatList
by combining corresponding elements in pairs.default MutableList<FloatFloatPair>
MutableFloatList. zipFloat(FloatIterable iterable)
Returns aMutableList
formed from thisMutableFloatList
and anotherFloatList
by combining corresponding elements in pairs. -
Uses of FloatFloatPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description RichIterable<FloatFloatPair>
FloatFloatMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatFloatPair Modifier and Type Method Description default void
MutableFloatFloatMap. putPair(FloatFloatPair keyValuePair)
This method allows MutableFloatFloatMap the ability to add an element in the form of FloatFloatPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type FloatFloatPair Modifier and Type Method Description default MutableFloatFloatMap
MutableFloatFloatMap. withAllKeyValues(java.lang.Iterable<FloatFloatPair> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map. -
Uses of FloatFloatPair in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description LazyIterable<FloatFloatPair>
FloatSet. cartesianProduct(FloatSet 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 FloatFloatPair in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description static <A,B>
LazyIterable<FloatFloatPair>FloatSets. cartesianProduct(FloatSet set1, FloatSet set2)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description ImmutableList<FloatFloatPair>
ImmutableFloatArrayList. zipFloat(FloatIterable iterable)
ImmutableList<FloatFloatPair>
ImmutableFloatEmptyList. zipFloat(FloatIterable iterable)
ImmutableList<FloatFloatPair>
ImmutableFloatSingletonList. zipFloat(FloatIterable iterable)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description MutableList<FloatFloatPair>
FloatArrayList. zipFloat(FloatIterable iterable)
MutableList<FloatFloatPair>
SynchronizedFloatList. zipFloat(FloatIterable iterable)
MutableList<FloatFloatPair>
UnmodifiableFloatList. zipFloat(FloatIterable iterable)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description RichIterable<FloatFloatPair>
ImmutableFloatFloatEmptyMap. keyValuesView()
RichIterable<FloatFloatPair>
ImmutableFloatFloatHashMap. keyValuesView()
RichIterable<FloatFloatPair>
ImmutableFloatFloatSingletonMap. keyValuesView()
-
Uses of FloatFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return FloatFloatPair Modifier and Type Method Description FloatFloatPair
FloatFloatHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description LazyIterable<FloatFloatPair>
AbstractMutableFloatKeySet. cartesianProduct(FloatSet set)
java.util.Iterator<FloatFloatPair>
FloatFloatHashMap.KeyValuesView. iterator()
RichIterable<FloatFloatPair>
FloatFloatHashMap. keyValuesView()
RichIterable<FloatFloatPair>
SynchronizedFloatFloatMap. keyValuesView()
RichIterable<FloatFloatPair>
UnmodifiableFloatFloatMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatFloatPair Modifier and Type Method Description void
SynchronizedFloatFloatMap. putPair(FloatFloatPair keyValuePair)
void
UnmodifiableFloatFloatMap. putPair(FloatFloatPair keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatFloatPair Modifier and Type Method Description void
FloatFloatHashMap.KeyValuesView. each(Procedure<? super FloatFloatPair> procedure)
<P> void
FloatFloatHashMap.KeyValuesView. forEachWith(Procedure2<? super FloatFloatPair,? super P> procedure, P parameter)
void
FloatFloatHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super FloatFloatPair> objectIntProcedure)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description LazyIterable<FloatFloatPair>
ImmutableFloatEmptySet. cartesianProduct(FloatSet set)
LazyIterable<FloatFloatPair>
ImmutableFloatSingletonSet. cartesianProduct(FloatSet set)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description LazyIterable<FloatFloatPair>
SynchronizedFloatSet. cartesianProduct(FloatSet set)
LazyIterable<FloatFloatPair>
UnmodifiableFloatSet. cartesianProduct(FloatSet set)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.set.primitive
Methods in org.eclipse.collections.impl.set.primitive that return types with arguments of type FloatFloatPair Modifier and Type Method Description LazyIterable<FloatFloatPair>
AbstractFloatSet. cartesianProduct(FloatSet set)
-
Uses of FloatFloatPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement FloatFloatPair Modifier and Type Class Description class
FloatFloatPairImpl
This file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return FloatFloatPair Modifier and Type Method Description static FloatFloatPair
PrimitiveTuples. pair(float one, float two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type FloatFloatPair Modifier and Type Method Description int
FloatFloatPairImpl. compareTo(FloatFloatPair that)
-