Interface Version
- All Superinterfaces:
Comparable<Version>,Serializable
The version of an archived media package or element.
Versions have a natural order where v1 < v2 means that v1 is older that v2.
-
Method Summary
Methods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
isOlder
Check if this version is older thanv. -
isYounger
Check if this version is younger thanv. -
equals
A version must implement hashCode and equals. -
hashCode
int hashCode()A version must implement hashCode and equals. -
toString
String toString()Serialize to a string. This is the inverse function ofAssetManager.toVersion(String).
-