Interface CharKeysMap
- All Known Subinterfaces:
MutableCharKeysMap
- All Known Implementing Classes:
CharBooleanHashMap,CharByteHashMap,CharCharHashMap,CharDoubleHashMap,CharFloatHashMap,CharIntHashMap,CharLongHashMap,CharShortHashMap
public interface CharKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description booleancontainsKey(char key)voidforEachKey(CharProcedure procedure)booleanisEmpty()booleannotEmpty()intsize()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(char key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-