public abstract class AbstractCommonRange extends Object implements IVersionRange
| Constructor and Description |
|---|
AbstractCommonRange() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IVersionRange yourRange) |
boolean |
contains(IVersionRange trange)
Check if one range contains another range.
|
IVersionRange |
invert()
Generate a range that is the inverse of the provided range
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, getMaximum, getMinimum, getSimplifiedRange, getType, hasErrors, intersects, isDiscrete, isSimple, setHasErrors, setType, toMavenStringpublic int compareTo(IVersionRange yourRange)
compareTo in interface Comparable<IVersionRange>public boolean contains(IVersionRange trange)
IVersionRangecontains in interface IVersionRangepublic IVersionRange invert()
IVersionRangeinvert in interface IVersionRangeCopyright © 2018. All rights reserved.