Uses of Class
hudson.model.Fingerprint.Range
Packages that use Fingerprint.Range
-
Uses of Fingerprint.Range in hudson.model
Methods in hudson.model that return Fingerprint.RangeModifier 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.Methods in hudson.model that return types with arguments of type Fingerprint.RangeMethods in hudson.model with parameters of type Fingerprint.RangeModifier 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.