Class IntObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.IntObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableIntKeysMap
,IntKeysMap
- Enclosing class:
IntObjectHashMap<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(int key) void
forEachKey
(IntProcedure procedure) boolean
isEmpty()
boolean
notEmpty()
void
removeKey
(int key) int
size()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceIntKeysMap
-
containsKey
public boolean containsKey(int key) - Specified by:
containsKey
in interfaceIntKeysMap
-
forEachKey
- Specified by:
forEachKey
in interfaceIntKeysMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceIntKeysMap
-
notEmpty
public boolean notEmpty()- Specified by:
notEmpty
in interfaceIntKeysMap
-
removeKey
public void removeKey(int key) - Specified by:
removeKey
in interfaceMutableIntKeysMap
-
clear
public void clear()- Specified by:
clear
in interfaceMutableIntKeysMap
-