public class Rowboat extends Object implements Comparable<Rowboat>
| Constructor and Description | 
|---|
Rowboat(long timestamp,
       Object[] dims,
       Object[] metrics,
       int rowNum,
       DimensionHandler[] handlers)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addRow(int indexNum,
      int rowNum)  | 
int | 
compareTo(Rowboat rhs)  | 
it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<it.unimi.dsi.fastutil.ints.IntSortedSet> | 
getComprisedRows()  | 
Object[] | 
getDims()  | 
DimensionHandler[] | 
getHandlers()  | 
Object[] | 
getMetrics()  | 
int | 
getRowNum()  | 
long | 
getTimestamp()  | 
String | 
toString()  | 
public Rowboat(long timestamp,
               Object[] dims,
               Object[] metrics,
               int rowNum,
               DimensionHandler[] handlers)
public long getTimestamp()
public Object[] getDims()
public Object[] getMetrics()
public void addRow(int indexNum,
                   int rowNum)
public it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap<it.unimi.dsi.fastutil.ints.IntSortedSet> getComprisedRows()
public DimensionHandler[] getHandlers()
public int getRowNum()
public int compareTo(Rowboat rhs)
compareTo in interface Comparable<Rowboat>Copyright © 2011–2018. All rights reserved.