public abstract class BagIterator extends Object implements Iterator<MRData>, Serializable
Constructor and Description |
---|
BagIterator() |
Modifier and Type | Method and Description |
---|---|
void |
readObject(ObjectInputStream in) |
void |
readObjectNoData() |
void |
remove() |
void |
writeObject(ObjectOutputStream out) |
public void writeObject(ObjectOutputStream out) throws IOException
IOException
public void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void readObjectNoData() throws ObjectStreamException
ObjectStreamException
Copyright © 2013 The Apache Software Foundation. All rights reserved.