Class ByteObjectHashMap.KeysMapWrapper
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeysMapWrapper
-
- All Implemented Interfaces:
MutableByteKeysMap,ByteKeysMap
- Enclosing class:
- ByteObjectHashMap<V>
private class ByteObjectHashMap.KeysMapWrapper extends java.lang.Object implements MutableByteKeysMap
-
-
Constructor Summary
Constructors Modifier Constructor Description privateKeysMapWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(byte key)voidforEachKey(ByteProcedure procedure)booleanisEmpty()booleannotEmpty()voidremoveKey(byte key)intsize()
-
-
-
Method Detail
-
size
public int size()
- Specified by:
sizein interfaceByteKeysMap
-
containsKey
public boolean containsKey(byte key)
- Specified by:
containsKeyin interfaceByteKeysMap
-
forEachKey
public void forEachKey(ByteProcedure procedure)
- Specified by:
forEachKeyin interfaceByteKeysMap
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceByteKeysMap
-
notEmpty
public boolean notEmpty()
- Specified by:
notEmptyin interfaceByteKeysMap
-
removeKey
public void removeKey(byte key)
- Specified by:
removeKeyin interfaceMutableByteKeysMap
-
clear
public void clear()
- Specified by:
clearin interfaceMutableByteKeysMap
-
-