Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleIntPair
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
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 implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
-
Uses of DoubleIntPair in org.eclipse.collections.api.bag.primitive
Modifier and TypeMethodDescriptionDoubleBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.ImmutableDoubleBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.MutableDoubleBag.bottomOccurrences
(int count) Returns thecount
least frequently occurring items.DoubleBag.topOccurrences
(int count) Returns thecount
most frequently occurring items.ImmutableDoubleBag.topOccurrences
(int count) Returns thecount
most frequently occurring items.MutableDoubleBag.topOccurrences
(int count) Returns thecount
most frequently occurring items. -
Uses of DoubleIntPair in org.eclipse.collections.api.map.primitive
Modifier and TypeMethodDescriptionDoubleIntMap.keyValuesView()
Returns a view of the key/value pairs in this map.Modifier and TypeMethodDescriptiondefault void
MutableDoubleIntMap.putPair
(DoubleIntPair keyValuePair) This method allows MutableDoubleIntMap the ability to add an element in the form of DoubleIntPair.Modifier and TypeMethodDescriptiondefault MutableDoubleIntMap
MutableDoubleIntMap.withAllKeyValues
(Iterable<DoubleIntPair> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map. -
Uses of DoubleIntPair in org.eclipse.collections.impl.bag.mutable.primitive
Modifier and TypeMethodDescriptionDoubleHashBag.bottomOccurrences
(int count) SynchronizedDoubleBag.bottomOccurrences
(int count) UnmodifiableDoubleBag.bottomOccurrences
(int count) DoubleHashBag.topOccurrences
(int count) SynchronizedDoubleBag.topOccurrences
(int count) UnmodifiableDoubleBag.topOccurrences
(int count) -
Uses of DoubleIntPair in org.eclipse.collections.impl.map.mutable.primitive
Modifier and TypeMethodDescriptionDoubleIntHashMap.keyValuesView()
SynchronizedDoubleIntMap.keyValuesView()
UnmodifiableDoubleIntMap.keyValuesView()
Modifier and TypeMethodDescriptionvoid
SynchronizedDoubleIntMap.putPair
(DoubleIntPair keyValuePair) void
UnmodifiableDoubleIntMap.putPair
(DoubleIntPair keyValuePair) -
Uses of DoubleIntPair in org.eclipse.collections.impl.tuple.primitive
Modifier and TypeClassDescriptionclass
This file was automatically generated from template file primitivePrimitivePairImpl.stg