Class ShortObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableShortKeysMap
,ShortKeysMap
- Enclosing class:
ShortObjectHashMap<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(short key) void
forEachKey
(ShortProcedure procedure) boolean
isEmpty()
boolean
notEmpty()
void
removeKey
(short key) int
size()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
size
in interfaceShortKeysMap
-
containsKey
public boolean containsKey(short key) - Specified by:
containsKey
in interfaceShortKeysMap
-
forEachKey
- Specified by:
forEachKey
in interfaceShortKeysMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceShortKeysMap
-
notEmpty
public boolean notEmpty()- Specified by:
notEmpty
in interfaceShortKeysMap
-
removeKey
public void removeKey(short key) - Specified by:
removeKey
in interfaceMutableShortKeysMap
-
clear
public void clear()- Specified by:
clear
in interfaceMutableShortKeysMap
-