com.thoughtworks.xstream.ext
Class IntQueue

java.lang.Object
  extended by com.thoughtworks.xstream.ext.IntQueue

public final class IntQueue
extends Object


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

IntQueue

public IntQueue(int size)
Method Detail

write

public void write(int value)

read

public int read()

mark

public void mark()

reset

public void reset()

isEmpty

public boolean isEmpty()