org.gcube.contentmanagement.graphtools.data
Class BigSparseTable

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

public class BigSparseTable
extends java.lang.Object


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

Constructor Detail

BigSparseTable

public BigSparseTable()
Method Detail

size

public java.lang.Integer size()

width

public java.lang.Integer width()

add

public void add(java.lang.Integer i,
                java.lang.Integer j,
                double value)

get

public double get(java.lang.Integer i,
                  java.lang.Integer j)