@Value.Immutable public interface JCGLVersionNumberType extends Comparable<JCGLVersionNumberType>
A structure representing the version number of a given OpenGL implementation, broken into "major", "minor", and "micro" components.
| Modifier and Type | Method and Description |
|---|---|
default int |
compareTo(JCGLVersionNumberType other) |
int |
major() |
int |
micro() |
int |
minor() |
@Value.Parameter(order=0) int major()
@Value.Parameter(order=1) int minor()
@Value.Parameter(order=2) int micro()
default int compareTo(@Nullable
JCGLVersionNumberType other)
compareTo in interface Comparable<JCGLVersionNumberType>Copyright © 2017 <code@io7m.com> http://io7m.com