Class Range
- java.lang.Object
-
- com.cdancy.artifactory.rest.domain.search.Range
-
public abstract class Range extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static Rangecreate(int start_pos, int end_pos, int total)abstract intend_pos()abstract intstart_pos()abstract inttotal()
-
-
-
Method Detail
-
start_pos
public abstract int start_pos()
-
end_pos
public abstract int end_pos()
-
total
public abstract int total()
-
create
public static Range create(int start_pos, int end_pos, int total)
-
-