8283848586878889909192
public Tuple getNext() throws IOException { Tuple t = lf.getNext(); if(lineageTracer != null) { ExampleTuple tOut = new ExampleTuple(); if(t != null) { tOut.copyFrom(t); return tOut; } return null; } return t;