Searched defs:activeGroupCount (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/
H A DThreadGroup.java473 public int activeGroupCount() { method in class:ThreadGroup
489 n += groupsSnapshot[i].activeGroupCount();
529 * {@linkplain #activeGroupCount activeGroupCount} method to

Completed in 197 milliseconds