Uses of Package
com.github.zafarkhaja.semver.util
-
Packages that use com.github.zafarkhaja.semver.util Package Description com.github.zafarkhaja.semver This is the root package of the Java SemVer library.com.github.zafarkhaja.semver.expr This package contains classes that implement the SemVer Expressions.com.github.zafarkhaja.semver.util This package provides some useful utility classes. -
Classes in com.github.zafarkhaja.semver.util used by com.github.zafarkhaja.semver Class Description Stream A simple stream class used to represent a stream of characters or tokens.Stream.ElementType TheElementType
interface represents types of the elements held by this stream and can be used for stream filtering.UnexpectedElementException Thrown when attempting to consume a stream element of unexpected types. -
Classes in com.github.zafarkhaja.semver.util used by com.github.zafarkhaja.semver.expr Class Description Stream A simple stream class used to represent a stream of characters or tokens.Stream.ElementType TheElementType
interface represents types of the elements held by this stream and can be used for stream filtering.UnexpectedElementException Thrown when attempting to consume a stream element of unexpected types. -
Classes in com.github.zafarkhaja.semver.util used by com.github.zafarkhaja.semver.util Class Description Stream.ElementType TheElementType
interface represents types of the elements held by this stream and can be used for stream filtering.