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