getIntOption(Map< String,?>, String, int) method

Utility method to retrieve an integer value from a map in the and provide a default value if the key was not found set.

Syntax

int getIntOption ( Map< String,?> props , String key , int dflt )

Parameters

Returns

the value from the Map or the default.

Usage

the value from the Map or the default.