T - the type of the RandomGeneratorpublic class BlockInfo<T extends org.apache.commons.math3.random.RandomGenerator> extends Object
| Constructor and Description |
|---|
BlockInfo(RandomGenerable<T> randomGenerable,
int blockIndex,
int blockCount,
long firstElement,
long elementCount) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlockCount() |
int |
getBlockIndex() |
long |
getElementCount() |
long |
getFirstElement() |
RandomGenerable<T> |
getRandomGenerable() |
public BlockInfo(RandomGenerable<T> randomGenerable, int blockIndex, int blockCount, long firstElement, long elementCount)
public RandomGenerable<T> getRandomGenerable()
public int getBlockIndex()
public int getBlockCount()
public long getFirstElement()
public long getElementCount()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.