|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.imaginary.util.SerializedIterator
Provides an Iterator
interface into a stream of serialized
objects.
Last modified $Date: 1999/11/06 19:50:56 $
Constructor Summary | |
SerializedIterator()
Required to serialize this object. |
|
SerializedIterator(java.io.ObjectInputStream in)
Constructs a new SerializedIterator from the specified
input stream. |
Method Summary | |
boolean |
hasNext()
|
java.lang.Object |
next()
|
void |
remove()
This operation is unsupported in this implementation. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public SerializedIterator()
public SerializedIterator(java.io.ObjectInputStream in)
SerializedIterator
from the specified
input stream.in
- the input stream from which objects are to be readMethod Detail |
public boolean hasNext()
public java.lang.Object next()
public void remove()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |