public abstract class BlockedRange<T extends BlockedRange<T>>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
blockID |
Constructor and Description |
---|
BlockedRange() |
Modifier and Type | Method and Description |
---|---|
abstract T |
createInstance(int number,
int total) |
int |
getBlockID() |
abstract java.util.List<T> |
splitBlockedRange(int step) |