Package hydra.ext.python.helpers
Class PythonVersion.Python310
java.lang.Object
hydra.ext.python.helpers.PythonVersion
hydra.ext.python.helpers.PythonVersion.Python310
- All Implemented Interfaces:
Serializable,Comparable<PythonVersion>
- Enclosing class:
- PythonVersion
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class hydra.ext.python.helpers.PythonVersion
PythonVersion.PartialVisitor<R>, PythonVersion.Python310, PythonVersion.Python312, PythonVersion.Visitor<R> -
Field Summary
Fields inherited from class hydra.ext.python.helpers.PythonVersion
PYTHON310, PYTHON312, TYPE_ -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<R> Raccept(PythonVersion.Visitor<R> visitor) intcompareTo(PythonVersion other) booleaninthashCode()
-
Constructor Details
-
Python310
public Python310()
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable<PythonVersion>
-
accept
- Specified by:
acceptin classPythonVersion
-