Class ByteObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ByteObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableByteKeysMap
,ByteKeysMap
- Enclosing class:
ByteObjectHashMap<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(byte key) void
forEachKey
(ByteProcedure procedure) boolean
isEmpty()
boolean
notEmpty()
void
removeKey
(byte key) int
size()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceByteKeysMap
-
containsKey
public boolean containsKey(byte key) - Specified by:
containsKey
in interfaceByteKeysMap
-
forEachKey
- Specified by:
forEachKey
in interfaceByteKeysMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceByteKeysMap
-
notEmpty
public boolean notEmpty()- Specified by:
notEmpty
in interfaceByteKeysMap
-
removeKey
public void removeKey(byte key) - Specified by:
removeKey
in interfaceMutableByteKeysMap
-
clear
public void clear()- Specified by:
clear
in interfaceMutableByteKeysMap
-