JOB integer key maps are specialized JOB key maps. They have instances of JobIntegerKey as keys. Keys are generated by method
In contrast to JOB key maps, integer key maps generate integer key values.
For this reason, method put
only has one argument:
JobKey put(Object value)
The return value is the integer key created by this method. You cannot pass other instances as key arguments to integer key map methods.