Package org.openrefine.runners.local.pll
Class InMemoryPLL.InMemoryPartition
- java.lang.Object
-
- org.openrefine.runners.local.pll.InMemoryPLL.InMemoryPartition
-
- All Implemented Interfaces:
Partition
- Enclosing class:
- InMemoryPLL<T>
protected static class InMemoryPLL.InMemoryPartition extends Object implements Partition
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
InMemoryPartition(int index, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getIndex()
Returns the index of this partition in the underlying PLLPartition
getParent()
Returns the partition of the parent PLL this is derived from (if any - otherwise null)
-
-
-
Method Detail
-
getIndex
public int getIndex()
Description copied from interface:Partition
Returns the index of this partition in the underlying PLL
-
-