Uses of Interface
org.eclipse.collections.api.tuple.primitive.ObjectIntPair
Packages that use ObjectIntPair
Package
Description
This package contains interfaces for Bag API.
This package contains factory API for creating instance of type
Bag.This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
-
Uses of ObjectIntPair in org.eclipse.collections.api.bag
Methods in org.eclipse.collections.api.bag that return types with arguments of type ObjectIntPairModifier and TypeMethodDescriptionBag.bottomOccurrences(int count) Returns thecountleast frequently occurring items.ImmutableBag.bottomOccurrences(int count) MutableBagIterable.bottomOccurrences(int count) Bag.topOccurrences(int count) Returns thecountmost frequently occurring items.ImmutableBag.topOccurrences(int count) MutableBagIterable.topOccurrences(int count) -
Uses of ObjectIntPair in org.eclipse.collections.api.factory.bag
Methods in org.eclipse.collections.api.factory.bag with parameters of type ObjectIntPairModifier and TypeMethodDescriptiondefault <T> ImmutableBag<T>ImmutableBagFactory.ofOccurrences(ObjectIntPair<T>... elementsWithOccurrences) default <T> MutableBag<T>MutableBagFactory.ofOccurrences(ObjectIntPair<T>... elementsWithOccurrences) default <T> ImmutableBag<T>ImmutableBagFactory.withOccurrences(ObjectIntPair<T>... elementsWithOccurrences) default <T> MutableBag<T>MutableBagFactory.withOccurrences(ObjectIntPair<T>... elementsWithOccurrences) -
Uses of ObjectIntPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ObjectIntPairModifier and TypeMethodDescriptionObjectIntMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ObjectIntPairModifier and TypeMethodDescriptiondefault voidMutableObjectIntMap.putPair(ObjectIntPair<K> keyValuePair) This method allows MutableObjectIntMap the ability to add an element in the form ofObjectIntPair<K>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ObjectIntPairModifier and TypeMethodDescriptiondefault MutableObjectIntMap<K>MutableObjectIntMap.withAllKeyValues(Iterable<ObjectIntPair<K>> keyValuePairs)