Camera.contains() return type error

The javadoc of Camera.contains() says it returns a boolean, however the method actually returns an int.  Can I assume the int is actually one of the FRUSTUM constants?

It returns one of Camera.OUTSIDE_FRUSTUM, INSIDE_FRUSTUM and INTERSECT_FRUSTUM.