Package org.projectnessie.versioned
Interface ReferenceInfo.CommitsAheadBehind
-
- Enclosing interface:
- ReferenceInfo<METADATA>
@Immutable public static interface ReferenceInfo.CommitsAheadBehind
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAhead()intgetBehind()static ReferenceInfo.CommitsAheadBehindof(int ahead, int behind)
-
-
-
Method Detail
-
getBehind
int getBehind()
-
getAhead
int getAhead()
-
of
static ReferenceInfo.CommitsAheadBehind of(int ahead, int behind)
-
-