Package com.github.zafarkhaja.semver.util


package com.github.zafarkhaja.semver.util
This package provides some useful utility classes.
Since:
0.7.0
Author:
Zafar Khaja invalid input: '<'zafarkhaja@gmail.com>
  • Class
    Description
    A simple stream class used to represent a stream of characters or tokens.
    The ElementType interface represents types of the elements held by this stream and can be used for stream filtering.
    Thrown when attempting to consume a stream element of unexpected types.