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