Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleFloatPair
-
Packages that use DoubleFloatPair Package Description 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.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.tuple.primitive -
-
Uses of DoubleFloatPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type DoubleFloatPair Modifier and Type Method Description RichIterable<DoubleFloatPair>DoubleFloatMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleFloatPair Modifier and Type Method Description default voidMutableDoubleFloatMap. putPair(DoubleFloatPair keyValuePair)This method allows MutableDoubleFloatMap the ability to add an element in the form of DoubleFloatPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type DoubleFloatPair Modifier and Type Method Description default MutableDoubleFloatMapMutableDoubleFloatMap. withAllKeyValues(java.lang.Iterable<DoubleFloatPair> keyValuePairs)Puts all of the key/value mappings from the specified pairs into this map. -
Uses of DoubleFloatPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type DoubleFloatPair Modifier and Type Method Description RichIterable<DoubleFloatPair>ImmutableDoubleFloatEmptyMap. keyValuesView()RichIterable<DoubleFloatPair>ImmutableDoubleFloatHashMap. keyValuesView()RichIterable<DoubleFloatPair>ImmutableDoubleFloatSingletonMap. keyValuesView() -
Uses of DoubleFloatPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleFloatPair Modifier and Type Method Description DoubleFloatPairDoubleFloatHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleFloatPair Modifier and Type Method Description java.util.Iterator<DoubleFloatPair>DoubleFloatHashMap.KeyValuesView. iterator()RichIterable<DoubleFloatPair>DoubleFloatHashMap. keyValuesView()RichIterable<DoubleFloatPair>SynchronizedDoubleFloatMap. keyValuesView()RichIterable<DoubleFloatPair>UnmodifiableDoubleFloatMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleFloatPair Modifier and Type Method Description voidSynchronizedDoubleFloatMap. putPair(DoubleFloatPair keyValuePair)voidUnmodifiableDoubleFloatMap. putPair(DoubleFloatPair keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleFloatPair Modifier and Type Method Description voidDoubleFloatHashMap.KeyValuesView. each(Procedure<? super DoubleFloatPair> procedure)<P> voidDoubleFloatHashMap.KeyValuesView. forEachWith(Procedure2<? super DoubleFloatPair,? super P> procedure, P parameter)voidDoubleFloatHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super DoubleFloatPair> objectIntProcedure) -
Uses of DoubleFloatPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleFloatPair Modifier and Type Class Description classDoubleFloatPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleFloatPair Modifier and Type Method Description static DoubleFloatPairPrimitiveTuples. pair(double one, float two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleFloatPair Modifier and Type Method Description intDoubleFloatPairImpl. compareTo(DoubleFloatPair that)
-