Package com.github.zafarkhaja.semver.util
This package provides some useful utility classes.
- Since:
- 0.7.0
- Author:
- Zafar Khaja
-
Interface Summary Interface Description Stream.ElementType<E> TheElementType
interface represents types of the elements held by this stream and can be used for stream filtering. -
Class Summary Class Description Stream<E> A simple stream class used to represent a stream of characters or tokens. -
Exception Summary Exception Description UnexpectedElementException Thrown when attempting to consume a stream element of unexpected types.