Class CollationPerformanceTest.OptionSpec

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String name  
      (package private) int type  
      (package private) java.lang.StringBuffer value  
    • Constructor Summary

      Constructors 
      Constructor Description
      OptionSpec​(java.lang.String name, int type, java.lang.StringBuffer value)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • name

        java.lang.String name
      • type

        int type
      • value

        java.lang.StringBuffer value
    • Constructor Detail

      • OptionSpec

        public OptionSpec​(java.lang.String name,
                          int type,
                          java.lang.StringBuffer value)