org.drools.reteoo
Interface LeftTupleMemory
- All Known Implementing Classes:
- LeftTupleIndexHashTable, LeftTupleList
public interface LeftTupleMemory
iterator
Iterator iterator()
getFirst
LeftTuple getFirst(RightTuple rightTuple)
removeAdd
void removeAdd(LeftTuple tuple)
add
void add(LeftTuple tuple)
remove
void remove(LeftTuple leftTuple)
contains
boolean contains(LeftTuple leftTuple)
isIndexed
boolean isIndexed()
size
int size()
toArray
Entry[] toArray()
fastIterator
FastIterator fastIterator()
fullFastIterator
FastIterator fullFastIterator()
fullFastIterator
FastIterator fullFastIterator(LeftTuple leftTuple)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.