public interface LeftTupleMemory
Modifier and Type | Method and Description |
---|---|
void |
add(LeftTuple tuple) |
boolean |
contains(LeftTuple leftTuple) |
FastIterator |
fastIterator() |
FastIterator |
fullFastIterator()
Iterates the entire data structure, regardless of whether TupleMemory is hashed or not.
|
FastIterator |
fullFastIterator(LeftTuple leftTuple)
Iterator that resumes from the current RightTuple, regardless of whether the TupleMemory is hashed or not
|
LeftTuple |
getFirst(RightTuple rightTuple) |
boolean |
isIndexed() |
Iterator |
iterator() |
void |
remove(LeftTuple leftTuple) |
void |
removeAdd(LeftTuple tuple) |
int |
size() |
Entry[] |
toArray() |
Iterator iterator()
LeftTuple getFirst(RightTuple rightTuple)
void removeAdd(LeftTuple tuple)
void add(LeftTuple tuple)
void remove(LeftTuple leftTuple)
boolean contains(LeftTuple leftTuple)
boolean isIndexed()
int size()
Entry[] toArray()
FastIterator fastIterator()
FastIterator fullFastIterator()
FastIterator fullFastIterator(LeftTuple leftTuple)
rightTuple
- Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.