Comparable<CVersionType>, CVersionTypeCVersionText@Immutable public interface CVersionTextType extends CVersionType
The type of arbitrary lexicographically ordered version strings.
| Modifier and Type | Method | Description |
|---|---|---|
default int |
compareTo(CVersionType o) |
|
String |
text() |
|
default String |
toVersionString() |
|
default <A> A |
versionAccept(CVersionVisitorType<A> v) |
Accept a generic visitor.
|
default <A> A versionAccept(CVersionVisitorType<A> v) throws Exception
CVersionTypeversionAccept in interface CVersionTypeA - The type of returned valuesv - The visitorException - If the visitor raises Exception@Parameter String text()
default String toVersionString()
toVersionString in interface CVersionTypedefault int compareTo(CVersionType o)
compareTo in interface Comparable<CVersionType>Copyright © 2018 <code@io7m.com> http://io7m.com