| Constructor and Description |
|---|
ObjectBuffer(int bufferSize, int maxNumberOfBuffers)
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
|
int |
getSize()
|
boolean |
hasNext()
|
Iterator |
iterator()
|
T |
next()
|
void |
remove()
|
void |
setInvalid()
|
void |
write(T c)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorforEachRemainingpublic int getSize()
public void setInvalid()
public void write(T c)
public void close()
throws IOException
IOException
public boolean hasNext()
public T next()
public void remove()