org.drools.reteoo
Interface LeftTupleMemory

All Known Implementing Classes:
LeftTupleIndexHashTable, LeftTupleList

public interface LeftTupleMemory


Method Summary
 void add(LeftTuple tuple)
           
 boolean contains(LeftTuple leftTuple)
           
 FastIterator fastIterator()
           
 FastIterator fullFastIterator()
           
 FastIterator fullFastIterator(LeftTuple leftTuple)
           
 LeftTuple getFirst(RightTuple rightTuple)
           
 boolean isIndexed()
           
 Iterator iterator()
           
 void remove(LeftTuple leftTuple)
           
 void removeAdd(LeftTuple tuple)
           
 int size()
           
 Entry[] toArray()
           
 

Method Detail

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.