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