Interface IntKeysMap

All Known Subinterfaces:
MutableIntKeysMap
All Known Implementing Classes:
IntBooleanHashMap, IntByteHashMap, IntCharHashMap, IntDoubleHashMap, IntFloatHashMap, IntIntHashMap, IntLongHashMap, IntShortHashMap

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

    • size

      int size()
    • containsKey

      boolean containsKey(int key)
    • forEachKey

      void forEachKey(IntProcedure procedure)
    • isEmpty

      boolean isEmpty()
    • notEmpty

      boolean notEmpty()