public class AheadBehind
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AheadBehind |
NO_REMOTE |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ahead() |
java.lang.String |
behind() |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static AheadBehind |
of(int ahead,
int behind) |
static AheadBehind |
of(java.lang.String ahead,
java.lang.String behind) |
public static final AheadBehind NO_REMOTE
public static AheadBehind of(int ahead, int behind)
public static AheadBehind of(java.lang.String ahead, java.lang.String behind)
public java.lang.String ahead()
public java.lang.String behind()
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2021. All Rights Reserved.