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 Details

    • size

      int size()
    • containsKey

      boolean containsKey(char key)
    • forEachKey

      void forEachKey(CharProcedure procedure)
    • isEmpty

      boolean isEmpty()
    • notEmpty

      boolean notEmpty()