Class ResourceBundlePerf.GetIvIcu

    • Field Summary

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

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

      • key

        java.lang.String key
      • expected

        int[] expected
    • Constructor Detail

      • GetIvIcu

        GetIvIcu​(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