public static class SVNRevision.Number extends SVNRevision implements java.lang.Comparable
SVNRevision.DateSpec, SVNRevision.Kind, SVNRevision.Number
Modifier and Type | Field and Description |
---|---|
protected long |
revNumber |
BASE, COMMITTED, dateFormat, HEAD, INVALID_REVISION, PREVIOUS, revKind, START, SVN_INVALID_REVNUM, WORKING
Constructor and Description |
---|
Number(long number) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object target) |
boolean |
equals(java.lang.Object target) |
long |
getNumber() |
int |
hashCode() |
java.lang.String |
toString() |
getKind, getRevision, getRevision
public long getNumber()
public java.lang.String toString()
toString
in class SVNRevision
public boolean equals(java.lang.Object target)
equals
in class SVNRevision
public int hashCode()
hashCode
in class SVNRevision
public int compareTo(java.lang.Object target)
compareTo
in interface java.lang.Comparable