Class ShortObjectHashMap.KeysMapWrapper
java.lang.Object
org.eclipse.collections.impl.map.mutable.primitive.ShortObjectHashMap.KeysMapWrapper
- All Implemented Interfaces:
MutableShortKeysMap, ShortKeysMap
- Enclosing class:
ShortObjectHashMap<V>
- Since:
- 3.0.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(short key) voidforEachKey(ShortProcedure procedure) booleanisEmpty()booleannotEmpty()voidremoveKey(short key) intsize()
-
Constructor Details
-
KeysMapWrapper
private KeysMapWrapper()
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceShortKeysMap
-
containsKey
public boolean containsKey(short key) - Specified by:
containsKeyin interfaceShortKeysMap
-
forEachKey
- Specified by:
forEachKeyin interfaceShortKeysMap
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceShortKeysMap
-
notEmpty
public boolean notEmpty()- Specified by:
notEmptyin interfaceShortKeysMap
-
removeKey
public void removeKey(short key) - Specified by:
removeKeyin interfaceMutableShortKeysMap
-
clear
public void clear()- Specified by:
clearin interfaceMutableShortKeysMap
-