Class RADON.SquareIndex
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.RADON.SquareIndex
-
-
Constructor Summary
Constructors Constructor Description SquareIndex()SquareIndex(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(int i, int j, RADON.MBBIndex m)List<RADON.MBBIndex>getSquare(int i, int j)
-
-
-
Method Detail
-
add
public void add(int i, int j, RADON.MBBIndex m)
-
getSquare
public List<RADON.MBBIndex> getSquare(int i, int j)
-
-