Uses of Class
io.smallrye.common.version.AbstractVersionIterator.TokenType
-
-
Uses of AbstractVersionIterator.TokenType in io.smallrye.common.version
Methods in io.smallrye.common.version that return AbstractVersionIterator.TokenType Modifier and Type Method Description protected AbstractVersionIterator.TokenTypeAbstractVersionIterator. currentType()Get the current iteration token type.static AbstractVersionIterator.TokenTypeAbstractVersionIterator.TokenType. valueOf(String name)Returns the enum constant of this type with the specified name.static AbstractVersionIterator.TokenType[]AbstractVersionIterator.TokenType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.smallrye.common.version with parameters of type AbstractVersionIterator.TokenType Modifier and Type Method Description protected voidAbstractVersionIterator. changeType(AbstractVersionIterator.TokenType newType)Change the current token type.protected voidAbstractVersionIterator. setCurrentToken(AbstractVersionIterator.TokenType tokenType, int startIndex, int endIndex, int extraBits)Set the current token.
-