Class ResourceBundlePerf.GetIntJava

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int expected  
      (package private) java.lang.String key  
    • Constructor Summary

      Constructors 
      Constructor Description
      GetIntJava​(java.lang.String key, int expected)  
    • Field Detail

      • key

        java.lang.String key
      • expected

        int expected
    • Constructor Detail

      • GetIntJava

        GetIntJava​(java.lang.String key,
                   int expected)
    • Method Detail

      • call

        public void call()
        Description copied from class: PerfTest.Function
        Subclasses should implement this method to do the action to be measured if the action is thread-safe
        Overrides:
        call in class PerfTest.Function