Interface ByteKeysMap
- All Known Subinterfaces:
 MutableByteKeysMap
- All Known Implementing Classes:
 ByteBooleanHashMap,ByteByteHashMap,ByteCharHashMap,ByteDoubleHashMap,ByteFloatHashMap,ByteIntHashMap,ByteLongHashMap,ByteShortHashMap
public interface ByteKeysMap
This file was automatically generated from template file primitiveKeysMap.stg.
- Since:
 - 6.0.
 
- 
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(byte key) voidforEachKey(ByteProcedure procedure) booleanisEmpty()booleannotEmpty()intsize() 
- 
Method Details
- 
size
int size() - 
containsKey
boolean containsKey(byte key)  - 
forEachKey
 - 
isEmpty
boolean isEmpty() - 
notEmpty
boolean notEmpty() 
 -