it.unipi.di.util
Class ExternalSort.Tuple
java.lang.Object
it.unipi.di.util.ExternalSort.Tuple
- Enclosing class:
- ExternalSort
protected class ExternalSort.Tuple
- extends Object
Used to store all the Strings associated to a sorting key with their run's ids.
- Author:
- Claudio Corsi
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
lines
public List<String> lines
run
public long[] run
ExternalSort.Tuple
public ExternalSort.Tuple()
appendRun
public final void appendRun(long runNumber)
append
public void append(String x)