Interface LongKeysMap

All Known Subinterfaces:
MutableLongKeysMap
All Known Implementing Classes:
LongBooleanHashMap, LongByteHashMap, LongCharHashMap, LongDoubleHashMap, LongFloatHashMap, LongIntHashMap, LongLongHashMap, LongShortHashMap

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

    • size

      int size()
    • containsKey

      boolean containsKey(long key)
    • forEachKey

      void forEachKey(LongProcedure procedure)
    • isEmpty

      boolean isEmpty()
    • notEmpty

      boolean notEmpty()