|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tigris.subversion.svnclientadapter.SVNRevision
org.tigris.subversion.svnclientadapter.SVNRevision.Number
public static class SVNRevision.Number
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.tigris.subversion.svnclientadapter.SVNRevision |
---|
SVNRevision.DateSpec, SVNRevision.Kind, SVNRevision.Number |
Field Summary | |
---|---|
protected long |
revNumber
|
Fields inherited from class org.tigris.subversion.svnclientadapter.SVNRevision |
---|
BASE, COMMITTED, dateFormat, HEAD, INVALID_REVISION, PREVIOUS, revKind, START, SVN_INVALID_REVNUM, WORKING |
Constructor Summary | |
---|---|
SVNRevision.Number(long number)
|
Method Summary | |
---|---|
int |
compareTo(java.lang.Object target)
|
boolean |
equals(java.lang.Object target)
|
long |
getNumber()
|
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class org.tigris.subversion.svnclientadapter.SVNRevision |
---|
getKind, getRevision, getRevision |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected long revNumber
Constructor Detail |
---|
public SVNRevision.Number(long number)
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |