Interface MutableByteKeysMap
-
- All Superinterfaces:
ByteKeysMap
- All Known Implementing Classes:
ByteBooleanHashMap
,ByteByteHashMap
,ByteCharHashMap
,ByteDoubleHashMap
,ByteFloatHashMap
,ByteIntHashMap
,ByteLongHashMap
,ByteObjectHashMap.KeysMapWrapper
,ByteShortHashMap
public interface MutableByteKeysMap extends ByteKeysMap
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(byte key)
-
Methods inherited from interface org.eclipse.collections.impl.map.primitive.ByteKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
-