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 TypeMethodDescriptionbooleancontainsKey(short key) voidforEachKey(ShortProcedure procedure) booleanisEmpty()booleannotEmpty()intsize()
-
Method Details
-
size
int size() -
containsKey
boolean containsKey(short key) -
forEachKey
-
isEmpty
boolean isEmpty() -
notEmpty
boolean notEmpty()
-