Class LongObjectHashMap.KeysMapWrapper
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.LongObjectHashMap.KeysMapWrapper
-
- All Implemented Interfaces:
MutableLongKeysMap,LongKeysMap
- Enclosing class:
- LongObjectHashMap<V>
private class LongObjectHashMap.KeysMapWrapper extends java.lang.Object implements MutableLongKeysMap
-
-
Constructor Summary
Constructors Modifier Constructor Description privateKeysMapWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(long key)voidforEachKey(LongProcedure procedure)booleanisEmpty()booleannotEmpty()voidremoveKey(long key)intsize()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceLongKeysMap
-
containsKey
public boolean containsKey(long key)
- Specified by:
containsKeyin interfaceLongKeysMap
-
forEachKey
public void forEachKey(LongProcedure procedure)
- 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
-
-