ThreadGroupEx.getMaxPriority

Returns the maximum priority of this thread group. Threads that are part of this group cannot have a higher priority than the maximum priority.

@return the maximum priority that a thread in this thread group can have. @see #setMaxPriority

class ThreadGroupEx
final
int
getMaxPriority
()

Meta