Uses of Interface
org.eclipse.collections.api.tuple.primitive.FloatFloatPair
Packages that use FloatFloatPair
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 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.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
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 FloatFloatPairModifier and TypeMethodDescriptiondefault ListIterable<FloatFloatPair> FloatList.zipFloat(FloatIterable iterable) Returns aListIterableformed from thisFloatListand anotherFloatListby combining corresponding elements in pairs.default ImmutableList<FloatFloatPair> ImmutableFloatList.zipFloat(FloatIterable iterable) Returns anImmutableListformed from thisImmutableFloatListand anotherFloatListby combining corresponding elements in pairs.default MutableList<FloatFloatPair> MutableFloatList.zipFloat(FloatIterable iterable) Returns aMutableListformed from thisMutableFloatListand anotherFloatListby 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 FloatFloatPairModifier and TypeMethodDescriptionFloatFloatMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatFloatPairModifier and TypeMethodDescriptiondefault voidMutableFloatFloatMap.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 FloatFloatPairModifier and TypeMethodDescriptiondefault MutableFloatFloatMapMutableFloatFloatMap.withAllKeyValues(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 FloatFloatPairModifier and TypeMethodDescriptionFloatSet.cartesianProduct(FloatSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset. -
Uses of FloatFloatPair in org.eclipse.collections.api.tuple.primitive
Subinterfaces with type arguments of type FloatFloatPair in org.eclipse.collections.api.tuple.primitiveModifier and TypeInterfaceDescriptioninterfaceAn instance of this interface can be created by calling PrimitiveTuples.pair(float, float). -
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 FloatFloatPairModifier and TypeMethodDescriptionstatic <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 FloatFloatPairModifier and TypeMethodDescriptionImmutableFloatArrayList.zipFloat(FloatIterable iterable) ImmutableFloatEmptyList.zipFloat(FloatIterable iterable) 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 FloatFloatPairModifier and TypeMethodDescriptionFloatArrayList.zipFloat(FloatIterable iterable) SynchronizedFloatList.zipFloat(FloatIterable iterable) 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 FloatFloatPairModifier and TypeMethodDescriptionImmutableFloatFloatEmptyMap.keyValuesView()ImmutableFloatFloatHashMap.keyValuesView()ImmutableFloatFloatSingletonMap.keyValuesView() -
Uses of FloatFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Subclasses with type arguments of type FloatFloatPair in org.eclipse.collections.impl.map.mutable.primitiveClasses in org.eclipse.collections.impl.map.mutable.primitive that implement interfaces with type arguments of type FloatFloatPairMethods in org.eclipse.collections.impl.map.mutable.primitive that return FloatFloatPairModifier and TypeMethodDescriptionFloatFloatHashMap.KeyValuesView.InternalKeyValuesIterator.next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatFloatPairModifier and TypeMethodDescriptionAbstractMutableFloatKeySet.cartesianProduct(FloatSet set) FloatFloatHashMap.KeyValuesView.iterator()FloatFloatHashMap.keyValuesView()SynchronizedFloatFloatMap.keyValuesView()UnmodifiableFloatFloatMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatFloatPairModifier and TypeMethodDescriptionvoidSynchronizedFloatFloatMap.putPair(FloatFloatPair keyValuePair) voidUnmodifiableFloatFloatMap.putPair(FloatFloatPair keyValuePair) Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatFloatPairModifier and TypeMethodDescriptionvoidFloatFloatHashMap.KeyValuesView.each(Procedure<? super FloatFloatPair> procedure) <P> voidFloatFloatHashMap.KeyValuesView.forEachWith(Procedure2<? super FloatFloatPair, ? super P> procedure, P parameter) voidFloatFloatHashMap.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 FloatFloatPairModifier and TypeMethodDescriptionImmutableFloatEmptySet.cartesianProduct(FloatSet set) 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 FloatFloatPairModifier and TypeMethodDescriptionSynchronizedFloatSet.cartesianProduct(FloatSet set) 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 -
Uses of FloatFloatPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement FloatFloatPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return FloatFloatPairModifier and TypeMethodDescriptionstatic FloatFloatPairPrimitiveTuples.pair(float one, float two) Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type FloatFloatPair