Class ByteObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableByteKeysMap, ByteKeysMap
- Enclosing class:
ByteObjectHashMap<V>
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(byte key) voidforEachKey(ByteProcedure procedure) booleanisEmpty()booleannotEmpty()voidremoveKey(byte key) intsize()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceByteKeysMap
-
containsKey
public boolean containsKey(byte key) - Specified by:
containsKeyin interfaceByteKeysMap
-
forEachKey
- 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
-