public class RowObjectIndexHolder<T> extends Object implements Comparable<RowObjectIndexHolder<T>>
| Constructor and Description |
|---|
RowObjectIndexHolder(int index,
T row) |
public RowObjectIndexHolder(int index,
T row)
public Integer getIndex()
public T getRow()
public int compareTo(RowObjectIndexHolder<T> o)
compareTo in interface Comparable<RowObjectIndexHolder<T>>Copyright © 2013. All Rights Reserved.