Uses of Interface
org.eclipse.collections.api.block.function.primitive.ShortFunction0
Packages that use ShortFunction0
Package
Description
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-primitive, primitive-object and object-primitive map interfaces.
-
Uses of ShortFunction0 in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive with parameters of type ShortFunction0Modifier and TypeMethodDescriptionshortMutableByteShortMap.getIfAbsentPut(byte key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableCharShortMap.getIfAbsentPut(char key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableDoubleShortMap.getIfAbsentPut(double key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableFloatShortMap.getIfAbsentPut(float key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableIntShortMap.getIfAbsentPut(int key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableLongShortMap.getIfAbsentPut(long key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableObjectShortMap.getIfAbsentPut(K key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key.shortMutableShortShortMap.getIfAbsentPut(short key, ShortFunction0 function) Retrieves the value associated with the key if one exists; if it does not, invokes the supplier and associates the result with the key. -
Uses of ShortFunction0 in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type ShortFunction0Modifier and TypeMethodDescriptionshortByteShortHashMap.getIfAbsentPut(byte key, ShortFunction0 function) shortCharShortHashMap.getIfAbsentPut(char key, ShortFunction0 function) shortDoubleShortHashMap.getIfAbsentPut(double key, ShortFunction0 function) shortFloatShortHashMap.getIfAbsentPut(float key, ShortFunction0 function) shortIntShortHashMap.getIfAbsentPut(int key, ShortFunction0 function) shortLongShortHashMap.getIfAbsentPut(long key, ShortFunction0 function) shortObjectShortHashMap.getIfAbsentPut(K key, ShortFunction0 function) shortObjectShortHashMapWithHashingStrategy.getIfAbsentPut(K key, ShortFunction0 function) shortShortShortHashMap.getIfAbsentPut(short key, ShortFunction0 function) shortSynchronizedByteShortMap.getIfAbsentPut(byte key, ShortFunction0 function) shortSynchronizedCharShortMap.getIfAbsentPut(char key, ShortFunction0 function) shortSynchronizedDoubleShortMap.getIfAbsentPut(double key, ShortFunction0 function) shortSynchronizedFloatShortMap.getIfAbsentPut(float key, ShortFunction0 function) shortSynchronizedIntShortMap.getIfAbsentPut(int key, ShortFunction0 function) shortSynchronizedLongShortMap.getIfAbsentPut(long key, ShortFunction0 function) shortSynchronizedObjectShortMap.getIfAbsentPut(K key, ShortFunction0 function) shortSynchronizedShortShortMap.getIfAbsentPut(short key, ShortFunction0 function) shortUnmodifiableByteShortMap.getIfAbsentPut(byte key, ShortFunction0 function) shortUnmodifiableCharShortMap.getIfAbsentPut(char key, ShortFunction0 function) shortUnmodifiableDoubleShortMap.getIfAbsentPut(double key, ShortFunction0 function) shortUnmodifiableFloatShortMap.getIfAbsentPut(float key, ShortFunction0 function) shortUnmodifiableIntShortMap.getIfAbsentPut(int key, ShortFunction0 function) shortUnmodifiableLongShortMap.getIfAbsentPut(long key, ShortFunction0 function) shortUnmodifiableObjectShortMap.getIfAbsentPut(K key, ShortFunction0 function) shortUnmodifiableShortShortMap.getIfAbsentPut(short key, ShortFunction0 function)