Uses of Interface
org.eclipse.collections.api.tuple.primitive.FloatObjectPair
-
Packages that use FloatObjectPair 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.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.tuple.primitive -
-
Uses of FloatObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type FloatObjectPair Modifier and Type Method Description default <T> ListIterable<FloatObjectPair<T>>
FloatList. zip(java.lang.Iterable<T> iterable)
Returns aListIterable
formed from thisFloatList
and aListIterable
by combining corresponding elements in pairs.default <T> ImmutableList<FloatObjectPair<T>>
ImmutableFloatList. zip(java.lang.Iterable<T> iterable)
Returns anImmutableList
formed from thisImmutableFloatList
and aListIterable
by combining corresponding elements in pairs.default <T> MutableList<FloatObjectPair<T>>
MutableFloatList. zip(java.lang.Iterable<T> list)
Returns aMutableList
formed from thisMutableFloatList
and aListIterable
by combining corresponding elements in pairs. -
Uses of FloatObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type FloatObjectPair Modifier and Type Method Description RichIterable<FloatObjectPair<V>>
FloatObjectMap. keyValuesView()
Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type FloatObjectPair Modifier and Type Method Description default V
MutableFloatObjectMap. putPair(FloatObjectPair<V> keyValuePair)
This method allows MutableFloatObjectMap the ability to add an element in the form ofFloatObjectPair<V>
.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type FloatObjectPair Modifier and Type Method Description default MutableFloatObjectMap<V>
MutableFloatObjectMap. withAllKeyValues(java.lang.Iterable<FloatObjectPair<V>> keyValuePairs)
Puts all of the key/value mappings from the specified pairs into this map. -
Uses of FloatObjectPair in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return types with arguments of type FloatObjectPair Modifier and Type Method Description <T> ImmutableList<FloatObjectPair<T>>
ImmutableFloatArrayList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<FloatObjectPair<T>>
ImmutableFloatEmptyList. zip(java.lang.Iterable<T> iterable)
<T> ImmutableList<FloatObjectPair<T>>
ImmutableFloatSingletonList. zip(java.lang.Iterable<T> iterable)
-
Uses of FloatObjectPair in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return types with arguments of type FloatObjectPair Modifier and Type Method Description <T> MutableList<FloatObjectPair<T>>
FloatArrayList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<FloatObjectPair<T>>
SynchronizedFloatList. zip(java.lang.Iterable<T> iterable)
<T> MutableList<FloatObjectPair<T>>
UnmodifiableFloatList. zip(java.lang.Iterable<T> iterable)
-
Uses of FloatObjectPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type FloatObjectPair Modifier and Type Method Description RichIterable<FloatObjectPair<V>>
ImmutableFloatObjectEmptyMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
ImmutableFloatObjectHashMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
ImmutableFloatObjectSingletonMap. keyValuesView()
-
Uses of FloatObjectPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return FloatObjectPair Modifier and Type Method Description FloatObjectPair<V>
FloatObjectHashMap.KeyValuesView.InternalKeyValuesIterator. next()
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type FloatObjectPair Modifier and Type Method Description java.util.Iterator<FloatObjectPair<V>>
FloatObjectHashMap.KeyValuesView. iterator()
RichIterable<FloatObjectPair<V>>
FloatObjectHashMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
SynchronizedFloatObjectMap. keyValuesView()
RichIterable<FloatObjectPair<V>>
UnmodifiableFloatObjectMap. keyValuesView()
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type FloatObjectPair Modifier and Type Method Description V
SynchronizedFloatObjectMap. putPair(FloatObjectPair<V> keyValuePair)
V
UnmodifiableFloatObjectMap. putPair(FloatObjectPair<V> keyValuePair)
Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type FloatObjectPair Modifier and Type Method Description void
FloatObjectHashMap.KeyValuesView. each(Procedure<? super FloatObjectPair<V>> procedure)
<P> void
FloatObjectHashMap.KeyValuesView. forEachWith(Procedure2<? super FloatObjectPair<V>,? super P> procedure, P parameter)
void
FloatObjectHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super FloatObjectPair<V>> objectIntProcedure)
-
Uses of FloatObjectPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement FloatObjectPair Modifier and Type Class Description class
FloatObjectPairImpl<T>
This file was automatically generated from template file primitiveObjectPairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return FloatObjectPair Modifier and Type Method Description static <T> FloatObjectPair<T>
PrimitiveTuples. pair(float one, T two)
Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type FloatObjectPair Modifier and Type Method Description int
FloatObjectPairImpl. compareTo(FloatObjectPair<T> that)
-