[Soot-list] Jedd Relation Iterator

Saswat Anand saswat at cc.gatech.edu
Sun Nov 26 12:13:35 EST 2006


Hi,

When next() is called on the iterator of a Jedd relation, it returns an
array of Object. I notice that the same array is returned (with different
contents) every time next() is called on the iterator. I did not expect
this behavior and was storing the arrays in a data structure for future use,
which obviously did not work since the content of the array changed with
subsequent calls to next().

Is the above behavior intentional?

Thanks,
Saswat



More information about the Soot-list mailing list