Class IntObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableIntKeysMap, IntKeysMap
- Enclosing class:
IntObjectHashMap<V>
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(int key) voidforEachKey(IntProcedure procedure) booleanisEmpty()booleannotEmpty()voidremoveKey(int key) intsize()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceIntKeysMap
-
containsKey
public boolean containsKey(int key) - Specified by:
containsKeyin interfaceIntKeysMap
-
forEachKey
- Specified by:
forEachKeyin interfaceIntKeysMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceIntKeysMap
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfaceIntKeysMap
-
removeKey
public void removeKey(int key) - Specified by:
removeKeyin interfaceMutableIntKeysMap
-
clear
public void clear()- Specified by:
clearin interfaceMutableIntKeysMap
-