Uses of Interface
org.eclipse.collections.api.tuple.primitive.ShortObjectPair
Packages that use ShortObjectPair
Package
Description
This package contains mutable and immutable primitive list API.
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 ShortObjectPair in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescriptiondefault <T> ImmutableList<ShortObjectPair<T>>Returns anImmutableListformed from thisImmutableShortListand aListIterableby combining corresponding elements in pairs.default <T> MutableList<ShortObjectPair<T>>Returns aMutableListformed from thisMutableShortListand aListIterableby combining corresponding elements in pairs.default <T> ListIterable<ShortObjectPair<T>>Returns aListIterableformed from thisShortListand aListIterableby combining corresponding elements in pairs. -
Uses of ShortObjectPair in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return types with arguments of type ShortObjectPairModifier and TypeMethodDescriptionShortObjectMap.keyValuesView()Returns a view of the key/value pairs in this map.Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortObjectPairModifier and TypeMethodDescriptiondefault VMutableShortObjectMap.putPair(ShortObjectPair<V> keyValuePair) This method allows MutableShortObjectMap the ability to add an element in the form ofShortObjectPair<V>.Method parameters in org.eclipse.collections.api.map.primitive with type arguments of type ShortObjectPairModifier and TypeMethodDescriptiondefault MutableShortObjectMap<V>MutableShortObjectMap.withAllKeyValues(Iterable<ShortObjectPair<V>> keyValuePairs) Puts all of the key/value mappings from the specified pairs into this map.