getInteger abstract method
- String key
Obtains an Integer value associated with a given key.
keyThe name of the key for which to obtain the value.
Returns int?. The value associated with the key.
Implementation
int? getInteger(String key);
Obtains an Integer value associated with a given key.
key The name of the key for which to obtain the value.Returns int?. The value associated with the key.
int? getInteger(String key);