Interface ShortKeysMap

All Known Subinterfaces:
MutableShortKeysMap
All Known Implementing Classes:
ShortBooleanHashMap, ShortByteHashMap, ShortCharHashMap, ShortDoubleHashMap, ShortFloatHashMap, ShortIntHashMap, ShortLongHashMap, ShortShortHashMap

public interface ShortKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
Since:
6.0.
  • Method Details

    • size

      int size()
    • containsKey

      boolean containsKey(short key)
    • forEachKey

      void forEachKey(ShortProcedure procedure)
    • isEmpty

      boolean isEmpty()
    • notEmpty

      boolean notEmpty()