Interface MutableFloatKeysMap
-
- All Superinterfaces:
FloatKeysMap
- All Known Implementing Classes:
FloatBooleanHashMap
,FloatByteHashMap
,FloatCharHashMap
,FloatDoubleHashMap
,FloatFloatHashMap
,FloatIntHashMap
,FloatLongHashMap
,FloatObjectHashMap.KeysMapWrapper
,FloatShortHashMap
public interface MutableFloatKeysMap extends FloatKeysMap
This file was automatically generated from template file mutablePrimitiveKeysMap.stg.- Since:
- 6.0.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clear()
void
removeKey(float key)
-
Methods inherited from interface org.eclipse.collections.impl.map.primitive.FloatKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
-