Class Argument

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int arg  
      (package private) static int NotSet  
    • Constructor Summary

      Constructors 
      Constructor Description
      Argument()  
      Argument​(int arg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Compares this object to the specified object.
      int hashCode()  
      (package private) boolean isSet()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Argument

        Argument()
      • Argument

        Argument​(int arg)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Compares this object to the specified object.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - the object to compare with
        Returns:
        true if the objects are the same; false otherwise.
      • isSet

        boolean isSet()