Class SerializableIterator<T>
java.lang.Object
org.refcodes.io.SerializableIterator<T>
- Type Parameters:
T- The type of the instances managed by theIterator.
- All Implemented Interfaces:
Serializable, Iterator<T>
Makes the wrapped
Iterator serializable, else passing
Iterator instances would cause an NotSerializableException or
similar.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new serializable iterator impl.SerializableIterator(Iterator<T> aIterator) Instantiates a new serializable iterator impl. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
SerializableIterator
public SerializableIterator()Instantiates a new serializable iterator impl. -
SerializableIterator
-
-
Method Details
-
hasNext
-
next
-
remove
-