Uses of Interface
org.eclipse.collections.api.tuple.primitive.DoubleIntPair
-
Packages that use DoubleIntPair Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.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.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.bag.mutable.primitive This package contains implementations of the mutable primitive bag 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 DoubleIntPair in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return types with arguments of type DoubleIntPair Modifier and Type Method Description ListIterable<DoubleIntPair>DoubleBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.ImmutableList<DoubleIntPair>ImmutableDoubleBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.MutableList<DoubleIntPair>MutableDoubleBag. bottomOccurrences(int count)Returns thecountleast frequently occurring items.ListIterable<DoubleIntPair>DoubleBag. topOccurrences(int count)Returns thecountmost frequently occurring items.ImmutableList<DoubleIntPair>ImmutableDoubleBag. topOccurrences(int count)Returns thecountmost frequently occurring items.MutableList<DoubleIntPair>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 DoubleIntPair Modifier and Type Method Description RichIterable<DoubleIntPair>DoubleIntMap. keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type DoubleIntPair Modifier and Type Method Description default 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 DoubleIntPair Modifier and Type Method Description default MutableDoubleIntMapMutableDoubleIntMap. withAllKeyValues(java.lang.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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return types with arguments of type DoubleIntPair Modifier and Type Method Description ImmutableList<DoubleIntPair>ImmutableDoubleEmptyBag. bottomOccurrences(int count)ImmutableList<DoubleIntPair>ImmutableDoubleHashBag. bottomOccurrences(int count)ImmutableList<DoubleIntPair>ImmutableDoubleSingletonBag. bottomOccurrences(int count)ImmutableList<DoubleIntPair>ImmutableDoubleEmptyBag. topOccurrences(int count)ImmutableList<DoubleIntPair>ImmutableDoubleHashBag. topOccurrences(int count)ImmutableList<DoubleIntPair>ImmutableDoubleSingletonBag. topOccurrences(int count) -
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 DoubleIntPair Modifier and Type Method Description MutableList<DoubleIntPair>DoubleHashBag. bottomOccurrences(int count)MutableList<DoubleIntPair>SynchronizedDoubleBag. bottomOccurrences(int count)MutableList<DoubleIntPair>UnmodifiableDoubleBag. bottomOccurrences(int count)protected MutableList<DoubleIntPair>DoubleHashBag. occurrencesSortingBy(int n, IntFunction<DoubleIntPair> function, MutableList<DoubleIntPair> returnWhenEmpty)protected MutableList<DoubleIntPair>DoubleHashBag. toListWithOccurrences()MutableList<DoubleIntPair>DoubleHashBag. topOccurrences(int count)MutableList<DoubleIntPair>SynchronizedDoubleBag. topOccurrences(int count)MutableList<DoubleIntPair>UnmodifiableDoubleBag. topOccurrences(int count)Method parameters in org.eclipse.collections.impl.bag.mutable.primitive with type arguments of type DoubleIntPair Modifier and Type Method Description protected MutableList<DoubleIntPair>DoubleHashBag. occurrencesSortingBy(int n, IntFunction<DoubleIntPair> function, MutableList<DoubleIntPair> returnWhenEmpty)protected MutableList<DoubleIntPair>DoubleHashBag. occurrencesSortingBy(int n, IntFunction<DoubleIntPair> function, MutableList<DoubleIntPair> returnWhenEmpty) -
Uses of DoubleIntPair in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return types with arguments of type DoubleIntPair Modifier and Type Method Description RichIterable<DoubleIntPair>ImmutableDoubleIntEmptyMap. keyValuesView()RichIterable<DoubleIntPair>ImmutableDoubleIntHashMap. keyValuesView()RichIterable<DoubleIntPair>ImmutableDoubleIntSingletonMap. keyValuesView() -
Uses of DoubleIntPair in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return DoubleIntPair Modifier and Type Method Description DoubleIntPairDoubleIntHashMap.KeyValuesView.InternalKeyValuesIterator. next()Methods in org.eclipse.collections.impl.map.mutable.primitive that return types with arguments of type DoubleIntPair Modifier and Type Method Description java.util.Iterator<DoubleIntPair>DoubleIntHashMap.KeyValuesView. iterator()RichIterable<DoubleIntPair>DoubleIntHashMap. keyValuesView()RichIterable<DoubleIntPair>SynchronizedDoubleIntMap. keyValuesView()RichIterable<DoubleIntPair>UnmodifiableDoubleIntMap. keyValuesView()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type DoubleIntPair Modifier and Type Method Description voidSynchronizedDoubleIntMap. putPair(DoubleIntPair keyValuePair)voidUnmodifiableDoubleIntMap. putPair(DoubleIntPair keyValuePair)Method parameters in org.eclipse.collections.impl.map.mutable.primitive with type arguments of type DoubleIntPair Modifier and Type Method Description voidDoubleIntHashMap.KeyValuesView. each(Procedure<? super DoubleIntPair> procedure)<P> voidDoubleIntHashMap.KeyValuesView. forEachWith(Procedure2<? super DoubleIntPair,? super P> procedure, P parameter)voidDoubleIntHashMap.KeyValuesView. forEachWithIndex(ObjectIntProcedure<? super DoubleIntPair> objectIntProcedure) -
Uses of DoubleIntPair in org.eclipse.collections.impl.tuple.primitive
Classes in org.eclipse.collections.impl.tuple.primitive that implement DoubleIntPair Modifier and Type Class Description classDoubleIntPairImplThis file was automatically generated from template file primitivePrimitivePairImpl.stgMethods in org.eclipse.collections.impl.tuple.primitive that return DoubleIntPair Modifier and Type Method Description static DoubleIntPairPrimitiveTuples. pair(double one, int two)Methods in org.eclipse.collections.impl.tuple.primitive with parameters of type DoubleIntPair Modifier and Type Method Description intDoubleIntPairImpl. compareTo(DoubleIntPair that)
-