| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
Versions() |
Versions(Array<Version> ary) |
| Modifier and Type | Method and Description |
|---|---|
Version |
findLatest()
Returns the latest
Version. |
Version |
findThrough(Version version)
Returns the latest
Version up through version. |
Version |
findUpTo(Version version)
Returns the latest
Version up to, but not through,
version. |
append, compact, containsAny, containsAny, elements, empty, first, get, get, getRandomElement, intersection, join, last, minus, of, plus, removeAll, set, sorted, takeFirst, takeLast, toStringArrayList, toStringList, uniqueadd, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, size, sort, spliterator, subList, toArray, toArray, trimToSizefinalize, getClass, notify, notifyAll, wait, wait, waitpublic static final long serialVersionUID
public Version findThrough(Version version)
Version up through version.version - the version to matchpublic Version findUpTo(Version version)
Version up to, but not through,
version. If version is Version.LATEST, then the latest
Version is returned.version - the version to matchpublic Version findLatest()
Version.