Interface MutableDoubleKeysMap
-
- All Superinterfaces:
DoubleKeysMap
- All Known Implementing Classes:
DoubleBooleanHashMap
,DoubleByteHashMap
,DoubleCharHashMap
,DoubleDoubleHashMap
,DoubleFloatHashMap
,DoubleIntHashMap
,DoubleLongHashMap
,DoubleObjectHashMap.KeysMapWrapper
,DoubleShortHashMap
public interface MutableDoubleKeysMap extends DoubleKeysMap
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(double key)
-
Methods inherited from interface org.eclipse.collections.impl.map.primitive.DoubleKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
-