T
- the type of valuepublic static interface BufferManager.QueueBuffer<T> extends BufferManager.Buffer, Iterable<T>
Modifier and Type | Method and Description |
---|---|
void |
append(T value)
Add a value to the end of this buffer.
|
Iterator<T> |
iterator()
Get an iterator over all of the values.
|
close, isEmpty, size
forEach, spliterator
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.