Interface MutableByteKeysMap
- All Superinterfaces:
ByteKeysMap
- All Known Implementing Classes:
ByteBooleanHashMap
,ByteByteHashMap
,ByteCharHashMap
,ByteDoubleHashMap
,ByteFloatHashMap
,ByteIntHashMap
,ByteLongHashMap
,ByteShortHashMap
This file was automatically generated from template file mutablePrimitiveKeysMap.stg.
- Since:
- 6.0.
-
Method Summary
Methods inherited from interface org.eclipse.collections.impl.map.primitive.ByteKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
Method Details
-
removeKey
void removeKey(byte key) -
clear
void clear()
-