TKey
- The key typeTValue
- The value typepublic interface IMapData<TKey,TValue> extends ReifiedMap<TKey,TValue>
Modifier and Type | Method and Description |
---|---|
TKey[] |
getKeys()
The keys
|
TValue[] |
getValues()
The values
|
int |
size()
The key/value count
|
getGenericTypeParameterKey, getGenericTypeParameterValue