Package pl.project13.core
Class AheadBehind
- java.lang.Object
-
- pl.project13.core.AheadBehind
-
public class AheadBehind extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static AheadBehindNO_REMOTE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringahead()Stringbehind()booleanequals(Object obj)inthashCode()static AheadBehindof(int ahead, int behind)static AheadBehindof(String ahead, String behind)
-
-
-
Field Detail
-
NO_REMOTE
public static final AheadBehind NO_REMOTE
-
-
Method Detail
-
of
public static AheadBehind of(int ahead, int behind)
-
of
public static AheadBehind of(String ahead, String behind)
-
ahead
public String ahead()
-
behind
public String behind()
-
-