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 boolean
containsKey(char key)
void
forEachKey(CharProcedure procedure)
boolean
isEmpty()
boolean
notEmpty()
int
size()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(char key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-