|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecthudson.model.Fingerprint.Range
@ExportedBean(defaultVisibility=4) public static final class Fingerprint.Range
Range of build numbers [start,end). Immutable.
Constructor Summary | |
---|---|
Fingerprint.Range(int start,
int end)
|
Method Summary | |
---|---|
Fingerprint.Range |
combine(Fingerprint.Range that)
Returns the Fingerprint.Range that combines two ranges. |
Fingerprint.Range |
expandLeft()
|
Fingerprint.Range |
expandRight()
|
int |
getEnd()
|
int |
getStart()
|
boolean |
includes(int i)
|
boolean |
isAdjacentTo(Fingerprint.Range that)
|
boolean |
isBiggerThan(int i)
|
boolean |
isIndependent(Fingerprint.Range that)
Returns true if two Fingerprint.Range s can't be combined into a single range. |
boolean |
isSingle()
Returns true if this range only represents a single number. |
boolean |
isSmallerThan(int i)
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Fingerprint.Range(int start, int end)
Method Detail |
---|
@Exported public int getStart()
@Exported public int getEnd()
public boolean isSmallerThan(int i)
public boolean isBiggerThan(int i)
public boolean includes(int i)
public Fingerprint.Range expandRight()
public Fingerprint.Range expandLeft()
public boolean isAdjacentTo(Fingerprint.Range that)
public String toString()
toString
in class Object
public boolean isIndependent(Fingerprint.Range that)
Fingerprint.Range
s can't be combined into a single range.
public boolean isSingle()
public Fingerprint.Range combine(Fingerprint.Range that)
Fingerprint.Range
that combines two ranges.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |