Interface MutableLongKeysMap
-
- All Superinterfaces:
LongKeysMap
- All Known Implementing Classes:
LongBooleanHashMap,LongByteHashMap,LongCharHashMap,LongDoubleHashMap,LongFloatHashMap,LongIntHashMap,LongLongHashMap,LongShortHashMap
public interface MutableLongKeysMap extends LongKeysMap
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(long key)-
Methods inherited from interface org.eclipse.collections.impl.map.primitive.LongKeysMap
containsKey, forEachKey, isEmpty, notEmpty, size
-
-