Class Five


  • public class Five
    extends One
    Deprecated.
    As of 1.4.9 use JMH instead
    Class containing 5 basic types.
    Since:
    1.4
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.StringBuffer five
      Deprecated.
       
      private char four
      Deprecated.
       
      private boolean three
      Deprecated.
       
      private int two
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      Five​(java.lang.String one, int two, boolean three, char four, java.lang.StringBuffer five)
      Deprecated.
       
    • Field Detail

      • two

        private int two
        Deprecated.
      • three

        private boolean three
        Deprecated.
      • four

        private char four
        Deprecated.
      • five

        private java.lang.StringBuffer five
        Deprecated.
    • Constructor Detail

      • Five

        public Five​(java.lang.String one,
                    int two,
                    boolean three,
                    char four,
                    java.lang.StringBuffer five)
        Deprecated.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Deprecated.
        Overrides:
        equals in class One
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class One