Class Concurrency


  • final class Concurrency
    extends java.lang.Object
    Since:
    2.17
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int capacity  
      (package private) int classes  
      (package private) int methods  
      (package private) int suites  
    • Constructor Summary

      Constructors 
      Constructor Description
      Concurrency()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • suites

        int suites
      • classes

        int classes
      • methods

        int methods
      • capacity

        int capacity
    • Constructor Detail

      • Concurrency

        Concurrency()