Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleIntPair
Packages that use 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
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type DoubleIntPairModifier and TypeMethodDescriptionDoubleBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ImmutableDoubleBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.MutableDoubleBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.DoubleBag.topOccurrences(int count) Returns thecountmost frequently occurring items.ImmutableDoubleBag.topOccurrences(int count) Returns thecountmost frequently occurring items.MutableDoubleBag.topOccurrences(int count) Returns thecountmost frequently occurring items. -
Uses of DoubleIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type DoubleIntPairModifier and TypeMethodDescriptionDoubleIntMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleIntPairModifier and TypeMethodDescriptiondefault voidMutableDoubleIntMap.putPair(DoubleIntPair keyValuePair) This method allows MutableDoubleIntMap the ability to add an element in the form of DoubleIntPair.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type DoubleIntPairModifier and TypeMethodDescriptiondefault MutableDoubleIntMapMutableDoubleIntMap.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
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return types with arguments of type DoubleIntPairModifier 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
Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleIntPairModifier and TypeMethodDescriptionDoubleIntHashMap.keyValuesView()SynchronizedDoubleIntMap.keyValuesView()UnmodifiableDoubleIntMap.keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleIntPairModifier and TypeMethodDescriptionvoidSynchronizedDoubleIntMap.putPair(DoubleIntPair keyValuePair) voidUnmodifiableDoubleIntMap.putPair(DoubleIntPair keyValuePair) -
Uses of DoubleIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleIntPairModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleIntPairMethods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleIntPair