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