Drools :: Core 6.1.0.Final

org.drools.core.common
Class TupleEntryQueueImpl

java.lang.Object
  extended by org.drools.core.common.TupleEntryQueueImpl
All Implemented Interfaces:
TupleEntryQueue

public class TupleEntryQueueImpl
extends Object
implements TupleEntryQueue


Constructor Summary
TupleEntryQueueImpl()
           
 
Method Summary
 boolean add(TupleEntry entry)
           
 boolean isEmpty()
           
 TupleEntry peek()
           
 TupleEntry remove()
           
 int size()
           
 TupleEntryQueueImpl takeAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleEntryQueueImpl

public TupleEntryQueueImpl()
Method Detail

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

Drools :: Core 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.