Class JMHSample_35_Profilers.Maps

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int begin  
      private int end  
      private java.util.Map<java.lang.Integer,​java.lang.Integer> map  
      private java.lang.String type  
    • Constructor Summary

      Constructors 
      Constructor Description
      Maps()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void setup()  
      void test​(Blackhole bh)  
      • Methods inherited from class java.lang.Object

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

      • map

        private java.util.Map<java.lang.Integer,​java.lang.Integer> map
      • type

        private java.lang.String type
      • begin

        private int begin
      • end

        private int end
    • Constructor Detail

      • Maps

        public Maps()