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 Summary
Modifier and Type Method Description booleancontainsKey(long key)voidforEachKey(LongProcedure procedure)booleanisEmpty()booleannotEmpty()intsize()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(long key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-