Interface Version<V extends Version<V>>
- Type Parameters:
V- a type that implementsVersion
- All Superinterfaces:
Comparable<V>
- All Known Implementing Classes:
MCDataVersion
An utility interface to represent a version and compare two versions.
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleandefault booleanisAfterOrSame(V other) default booleandefault booleanisBeforeOrSame(V other) default booleandefault booleanMethods inherited from interface Comparable
compareTo