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.Rangethat combines two ranges.Fingerprint.Range.expandLeft()Fingerprint.Range.expandRight()Fingerprint.Range.intersect(Fingerprint.Range that) Returns theFingerprint.Rangethat 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.Rangethat combines two ranges.booleanFingerprint.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.Rangethat represents the intersection of the two.booleanFingerprint.Range.isAdjacentTo(Fingerprint.Range that) booleanFingerprint.Range.isDisjoint(Fingerprint.Range that) Returns true if twoFingerprint.Ranges do not share any common integer.booleanFingerprint.Range.isIndependent(Fingerprint.Range that) Returns true if twoFingerprint.Ranges can't be combined into a single range.