Class CharObjectHashMap.KeysMapWrapper
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.CharObjectHashMap.KeysMapWrapper
-
- All Implemented Interfaces:
MutableCharKeysMap,CharKeysMap
- Enclosing class:
- CharObjectHashMap<V>
private class CharObjectHashMap.KeysMapWrapper extends java.lang.Object implements MutableCharKeysMap
-
-
Constructor Summary
Constructors Modifier Constructor Description privateKeysMapWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(char key)voidforEachKey(CharProcedure procedure)booleanisEmpty()booleannotEmpty()voidremoveKey(char key)intsize()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceCharKeysMap
-
containsKey
public boolean containsKey(char key)
- Specified by:
containsKeyin interfaceCharKeysMap
-
forEachKey
public void forEachKey(CharProcedure procedure)
- 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
-
-