public class BufferQueue extends Object
| Constructor and Description |
|---|
BufferQueue() |
| Modifier and Type | Method and Description |
|---|---|
ByteBufferWithInfo |
dequeue() |
void |
enqueue(ByteBufferWithInfo item) |
void |
push(ByteBufferWithInfo item) |
int |
size() |
public void enqueue(ByteBufferWithInfo item)
public ByteBufferWithInfo dequeue() throws NoSuchElementException
NoSuchElementExceptionpublic int size()
public void push(ByteBufferWithInfo item)
Copyright © 2018 JBoss by Red Hat. All rights reserved.