Interface CharKeysMap
- All Known Subinterfaces:
MutableCharKeysMap
- All Known Implementing Classes:
CharBooleanHashMap, CharByteHashMap, CharCharHashMap, CharDoubleHashMap, CharFloatHashMap, CharIntHashMap, CharLongHashMap, CharObjectHashMap.KeysMapWrapper, CharShortHashMap
public interface CharKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(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()
-