public class BundleGeneration extends java.lang.Object implements java.lang.Comparable<BundleGeneration>
Bundle
限定符和类型 | 方法和说明 |
---|---|
int |
compareTo(BundleGeneration bg)
Compares this
BundleGeneration object to another
BundleGeneration . |
java.lang.String |
toString() |
public int compareTo(BundleGeneration bg)
BundleGeneration
object to another
BundleGeneration
. It compares the bundle identifier value.compareTo
在接口中 java.lang.Comparable<BundleGeneration>
bg
- the other object to compare this one to.public java.lang.String toString()
toString
在类中 java.lang.Object