public interface ReifiedMap<TKey,TValue> extends java.lang.Iterable<KeyValuePair<TKey,TValue>>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getGenericTypeParameterKey()
Returns the TKey generic type parameter's class.
|
java.lang.Class<?> |
getGenericTypeParameterValue()
Returns the TValue generic type parameter's class.
|
int |
size()
Returns the count of the map keys/value pairs
|
java.lang.Class<?> getGenericTypeParameterKey()
java.lang.Class<?> getGenericTypeParameterValue()
int size()