Class LDbasedRCC.SquareIndex
- java.lang.Object
-
- org.aksw.limes.core.measures.mapper.topology.RCC8.LDbasedRCC.SquareIndex
-
- Enclosing class:
- LDbasedRCC
public static class LDbasedRCC.SquareIndex extends Object
-
-
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, LDbasedRCC.MBBIndex m)List<LDbasedRCC.MBBIndex>getSquare(int i, int j)
-
-
-
Method Detail
-
add
public void add(int i, int j, LDbasedRCC.MBBIndex m)
-
getSquare
public List<LDbasedRCC.MBBIndex> getSquare(int i, int j)
-
-