Package jjparse.input
Class StreamInput<T>
java.lang.Object
jjparse.input.Input<T>
jjparse.input.StreamInput<T>
- Type Parameters:
T- The element type of theStream.
A lazily evaluated
Input for Streams of arbitrary elements. Input<T>.Positions returned by this
Input reflect the order in which the elements are retrieved from the Stream using Stream.findFirst().- Author:
- Björn Lötters
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class jjparse.input.Input
Input.Position -
Field Summary
-
Method Summary