org.gcube.contentmanagement.graphtools.data
Class BigSparseTable

java.lang.Object
  extended by org.gcube.contentmanagement.graphtools.data.BigSparseTable

public class BigSparseTable
extends Object


Constructor Summary
BigSparseTable()
           
 
Method Summary
 void add(Integer i, Integer j, double value)
           
 double get(Integer i, Integer j)
           
 Integer size()
           
 Integer width()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BigSparseTable

public BigSparseTable()
Method Detail

size

public Integer size()

width

public Integer width()

add

public void add(Integer i,
                Integer j,
                double value)

get

public double get(Integer i,
                  Integer j)


Copyright © 2013. All Rights Reserved.