public class TupleEntryQueueImpl extends Object implements TupleEntryQueue
| Constructor and Description |
|---|
TupleEntryQueueImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(TupleEntry entry) |
boolean |
isEmpty() |
TupleEntry |
peek() |
TupleEntry |
remove() |
int |
size() |
TupleEntryQueueImpl |
takeAll() |
public boolean add(TupleEntry entry)
add in interface TupleEntryQueuepublic TupleEntry peek()
peek in interface TupleEntryQueuepublic TupleEntry remove()
remove in interface TupleEntryQueuepublic int size()
size in interface TupleEntryQueuepublic boolean isEmpty()
isEmpty in interface TupleEntryQueuepublic TupleEntryQueueImpl takeAll()
takeAll in interface TupleEntryQueueCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.