Uses of Class
org.eclipse.collections.impl.map.mutable.primitive.IntFloatHashMap
-
Packages that use IntFloatHashMap Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces. -
-
Uses of IntFloatHashMap in org.eclipse.collections.impl.map.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntFloatHashMap Modifier and Type Method Description static IntFloatHashMapIntFloatHashMap. newWithKeysValues(int key1, float value1)static IntFloatHashMapIntFloatHashMap. newWithKeysValues(int key1, float value1, int key2, float value2)static IntFloatHashMapIntFloatHashMap. newWithKeysValues(int key1, float value1, int key2, float value2, int key3, float value3)static IntFloatHashMapIntFloatHashMap. newWithKeysValues(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4)IntFloatHashMapIntFloatHashMap. reject(IntFloatPredicate predicate)IntFloatHashMapIntFloatHashMap. select(IntFloatPredicate predicate)IntFloatHashMapIntFloatHashMap. withKeysValues(int key1, float value1, int key2, float value2)IntFloatHashMapIntFloatHashMap. withKeysValues(int key1, float value1, int key2, float value2, int key3, float value3)IntFloatHashMapIntFloatHashMap. withKeysValues(int key1, float value1, int key2, float value2, int key3, float value3, int key4, float value4)IntFloatHashMapIntFloatHashMap. withKeyValue(int key1, float value1)IntFloatHashMapIntFloatHashMap. withoutAllKeys(IntIterable keys)IntFloatHashMapIntFloatHashMap. withoutKey(int key)
-