|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.xstream.ext.IntQueue
public final class IntQueue
Nested Class Summary | |
---|---|
static class |
IntQueue.NothingToReadException
|
static class |
IntQueue.OverflowException
|
Constructor Summary | |
---|---|
IntQueue(int size)
|
Method Summary | |
---|---|
boolean |
isEmpty()
|
void |
mark()
|
int |
read()
|
void |
reset()
|
void |
write(int value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntQueue(int size)
Method Detail |
---|
public void write(int value)
public int read()
public void mark()
public void reset()
public boolean isEmpty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |