org.drools.core.common
Class TupleEntryQueueImpl
java.lang.Object
org.drools.core.common.TupleEntryQueueImpl
- All Implemented Interfaces:
- TupleEntryQueue
public class TupleEntryQueueImpl
- extends Object
- implements TupleEntryQueue
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TupleEntryQueueImpl
public TupleEntryQueueImpl()
add
public boolean add(TupleEntry entry)
- Specified by:
add in interface TupleEntryQueue
peek
public TupleEntry peek()
- Specified by:
peek in interface TupleEntryQueue
remove
public TupleEntry remove()
- Specified by:
remove in interface TupleEntryQueue
size
public int size()
- Specified by:
size in interface TupleEntryQueue
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface TupleEntryQueue
takeAll
public TupleEntryQueueImpl takeAll()
- Specified by:
takeAll in interface TupleEntryQueue
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.