Class pvr.controller.value.utils.ObjectUtil

Provides conversion and comparison methods for values of type "object".
Defined in: <pvr\controller\value\utils\ObjectUtil.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 

Method Summary

Method Attributes Method Name and Description
 
compareObject(value1, value2)
Compares two strings values.

Constructor Detail

pvr.controller.value.utils.ObjectUtil()

Method Detail

compareObject(value1, value2)

Compares two strings values.
Parameters:
value1
The first value.
value2
The second value.
Returns:
0 if value1 and value2 are equal, -1 if value1 is less than value2, or 1 if value1 is greater than value2.