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
NoSuchElementException
public int size()
public void push(ByteBufferWithInfo item)
Copyright © 2019 JBoss by Red Hat. All rights reserved.