Uses of Class
hudson.model.Fingerprint.Range
-
Uses of Fingerprint.Range in hudson.model
Modifier and TypeMethodDescriptionFingerprint.Range.combine
(Fingerprint.Range that) Returns theFingerprint.Range
that combines two ranges.Fingerprint.Range.expandLeft()
Fingerprint.Range.expandRight()
Fingerprint.Range.intersect
(Fingerprint.Range that) Returns theFingerprint.Range
that represents the intersection of the two.Modifier and TypeMethodDescriptionFingerprint.Range.combine
(Fingerprint.Range that) Returns theFingerprint.Range
that combines two ranges.boolean
Fingerprint.Range.contains
(Fingerprint.Range that) If this range contains every int that's in the other range, return trueFingerprint.Range.intersect
(Fingerprint.Range that) Returns theFingerprint.Range
that represents the intersection of the two.boolean
Fingerprint.Range.isAdjacentTo
(Fingerprint.Range that) boolean
Fingerprint.Range.isDisjoint
(Fingerprint.Range that) Returns true if twoFingerprint.Range
s do not share any common integer.boolean
Fingerprint.Range.isIndependent
(Fingerprint.Range that) Returns true if twoFingerprint.Range
s can't be combined into a single range.