Package de.mhus.lib.core.util
Class ObjectStream<T>
- java.lang.Object
-
- de.mhus.lib.core.util.ObjectStream<T>
-
-
Constructor Summary
Constructors Constructor Description ObjectStream()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract TgetNext()Return the next object or null if the end of the stream is reached.booleanhasNext()Iterator<T>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-