Interface DoubleKeysMap
- All Known Subinterfaces:
MutableDoubleKeysMap
- All Known Implementing Classes:
DoubleBooleanHashMap
,DoubleByteHashMap
,DoubleCharHashMap
,DoubleDoubleHashMap
,DoubleFloatHashMap
,DoubleIntHashMap
,DoubleLongHashMap
,DoubleShortHashMap
public interface DoubleKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
- Since:
- 6.0.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsKey
(double key) void
forEachKey
(DoubleProcedure procedure) boolean
isEmpty()
boolean
notEmpty()
int
size()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(double key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-