|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.mime4j.codec.ByteQueue
public class ByteQueue
| Constructor Summary | |
|---|---|
ByteQueue()
|
|
ByteQueue(int initialCapacity)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
count()
|
byte |
dequeue()
|
void |
enqueue(byte b)
|
java.util.Iterator<java.lang.Byte> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteQueue()
public ByteQueue(int initialCapacity)
| Method Detail |
|---|
public void enqueue(byte b)
public byte dequeue()
public int count()
public void clear()
public java.util.Iterator<java.lang.Byte> iterator()
iterator in interface java.lang.Iterable<java.lang.Byte>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||