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 TupleEntryQueue
public TupleEntry peek()
peek
in interface TupleEntryQueue
public TupleEntry remove()
remove
in interface TupleEntryQueue
public int size()
size
in interface TupleEntryQueue
public boolean isEmpty()
isEmpty
in interface TupleEntryQueue
public TupleEntryQueueImpl takeAll()
takeAll
in interface TupleEntryQueue
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.