JOB Sorted Map

Sorted JOB maps are specialized persistent maps extending interface JobMap . They inherit persistence from JOB maps changing key semantics. In contrast to JOB maps, keys in sorted JOB maps must be instances of interface Comparable .

Note : All keys in the same sorted JOB map must be instances of the same class.