public class Version extends Object implements Comparable<Version>
| Constructor and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Version v) |
boolean |
equals(Object obj) |
Integer |
getMajor() |
Integer |
getMinor() |
List<String> |
getOthers() |
Integer |
getPatch() |
int |
hashCode() |
void |
setMajor(Integer major) |
void |
setMinor(Integer minor) |
void |
setNext(String str) |
void |
setOthers(List<String> others) |
void |
setPatch(Integer patch) |
String |
toString() |
public void setNext(String str)
public Integer getMajor()
public void setMajor(Integer major)
public Integer getMinor()
public void setMinor(Integer minor)
public Integer getPatch()
public void setPatch(Integer patch)
public int hashCode()
public boolean equals(Object obj)
public int compareTo(Version v)
public String toString()
Copyright © 2017. All rights reserved.