Package org.kohsuke.stapler.export
Class Range
java.lang.Object
org.kohsuke.stapler.export.Range
Specifies the range in a collection.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
min
public final int min -
max
public final int max -
ALL
Range that includes natural numbers.
-
-
Constructor Details
-
Range
public Range(int min, int max)
-
-
Method Details
-
apply
-
apply
-
apply
-
apply
-