Uses of Interface
io.smallrye.common.version.VersionIterator
-
-
Uses of VersionIterator in io.smallrye.common.version
Classes in io.smallrye.common.version that implement VersionIterator Modifier and Type Class Description classAbstractVersionIteratorA version scheme iterator base class that provides useful utilities and mechanisms.Methods in io.smallrye.common.version that return VersionIterator Modifier and Type Method Description VersionIteratorVersionScheme. iterate(String version)Iterate the canonicalized components of the given version according to the rules of this versioning scheme.Methods in io.smallrye.common.version with parameters of type VersionIterator Modifier and Type Method Description intAbstractVersionIterator. compareAlphaPart(VersionIterator other, boolean ignoreCase)intVersionIterator. compareAlphaPart(VersionIterator other, boolean ignoreCase)Compare two alphabetical parts lexicographically.intAbstractVersionIterator. compareNumberPart(VersionIterator other)intVersionIterator. compareNumberPart(VersionIterator other)Compare two numerical parts (using an unsigned comparison).
-