Class DoubleObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.DoubleObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableDoubleKeysMap, DoubleKeysMap
- Enclosing class:
DoubleObjectHashMap<V>
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(double key) voidforEachKey(DoubleProcedure procedure) booleanisEmpty()booleannotEmpty()voidremoveKey(double key) intsize()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceDoubleKeysMap
-
containsKey
public boolean containsKey(double key) - Specified by:
containsKeyin interfaceDoubleKeysMap
-
forEachKey
- Specified by:
forEachKeyin interfaceDoubleKeysMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceDoubleKeysMap
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfaceDoubleKeysMap
-
removeKey
public void removeKey(double key) - Specified by:
removeKeyin interfaceMutableDoubleKeysMap
-
clear
public void clear()- Specified by:
clearin interfaceMutableDoubleKeysMap
-