Interface MutableCharKeysMap
-
- All Superinterfaces:
CharKeysMap
- All Known Implementing Classes:
CharBooleanHashMap
,CharByteHashMap
,CharCharHashMap
,CharDoubleHashMap
,CharFloatHashMap
,CharIntHashMap
,CharLongHashMap
,CharObjectHashMap.KeysMapWrapper
,CharShortHashMap
public interface MutableCharKeysMap extends CharKeysMap
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(char key)
-
Methods inherited from interface org.eclipse.collections.impl.map.primitive.CharKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
-