Interface ShortKeysMap
- All Known Subinterfaces:
MutableShortKeysMap
- All Known Implementing Classes:
ShortBooleanHashMap
,ShortByteHashMap
,ShortCharHashMap
,ShortDoubleHashMap
,ShortFloatHashMap
,ShortIntHashMap
,ShortLongHashMap
,ShortShortHashMap
public interface ShortKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
- Since:
- 6.0.
-
Method Summary
Modifier and Type Method Description boolean
containsKey(short key)
void
forEachKey(ShortProcedure procedure)
boolean
isEmpty()
boolean
notEmpty()
int
size()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(short key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-