Package au.csiro.pathling.utilities
Class Streams
- java.lang.Object
-
- au.csiro.pathling.utilities.Streams
-
public abstract class Streams extends Object
Utility class containing some stream helper functions.- Author:
- John Grimes
-
-
Constructor Summary
Constructors Constructor Description Streams()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> Stream<T>streamOf(Iterator<T> iterator)Creates a stream from the iterator.
-