Interface FloatKeysMap
- All Known Subinterfaces:
MutableFloatKeysMap
- All Known Implementing Classes:
FloatBooleanHashMap,FloatByteHashMap,FloatCharHashMap,FloatDoubleHashMap,FloatFloatHashMap,FloatIntHashMap,FloatLongHashMap,FloatShortHashMap
public interface FloatKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description booleancontainsKey(float key)voidforEachKey(FloatProcedure procedure)booleanisEmpty()booleannotEmpty()intsize()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(float key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-