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 protectedInMemoryPartition(int index, int offset, int length)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Returns the index of this partition in the underlying PLLPartitiongetParent()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:PartitionReturns the index of this partition in the underlying PLL
-
-