public class CTableMap extends Object
| Constructor and Description | 
|---|
| CTableMap() | 
| CTableMap(LongLongDoubleHashMap.EntryType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | aggregate(long row,
         long col,
         double w) | 
| Iterator<LongLongDoubleHashMap.ADoubleEntry> | getIterator() | 
| long | getMaxColumn() | 
| long | getMaxRow() | 
| int | size() | 
| MatrixBlock | toMatrixBlock(int rlen,
             int clen) | 
public CTableMap()
public CTableMap(LongLongDoubleHashMap.EntryType type)
public int size()
public Iterator<LongLongDoubleHashMap.ADoubleEntry> getIterator()
public long getMaxRow()
public long getMaxColumn()
public void aggregate(long row,
                      long col,
                      double w)
public MatrixBlock toMatrixBlock(int rlen, int clen)
Copyright © 2020 The Apache Software Foundation. All rights reserved.