Interface MutableShortKeysMap
-
- All Superinterfaces:
ShortKeysMap
- All Known Implementing Classes:
ShortBooleanHashMap,ShortByteHashMap,ShortCharHashMap,ShortDoubleHashMap,ShortFloatHashMap,ShortIntHashMap,ShortLongHashMap,ShortShortHashMap
public interface MutableShortKeysMap extends ShortKeysMap
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 voidclear()voidremoveKey(short key)-
Methods inherited from interface org.eclipse.collections.impl.map.primitive.ShortKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
-