public class Version extends Object implements Comparable<Version>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
int |
compareTo(Version other)
Compares this object with the specified object for order.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public Version(String version)
public int compareTo(Version other)
compareTo インタフェース内 Comparable<Version>Copyright © 2016. All Rights Reserved.