public interface TupleEntryQueue
Modifier and Type | Method and Description |
---|---|
boolean |
add(TupleEntry entry) |
boolean |
isEmpty() |
TupleEntry |
peek() |
TupleEntry |
remove() |
int |
size() |
TupleEntryQueueImpl |
takeAll() |
boolean add(TupleEntry entry)
TupleEntry peek()
TupleEntry remove()
int size()
boolean isEmpty()
TupleEntryQueueImpl takeAll()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.