public abstract class RunLength extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RunLength.Integer |
static class |
RunLength.Long |
| Modifier and Type | Field and Description |
|---|---|
protected IntArrayList |
counts |
| Constructor and Description |
|---|
RunLength() |
| Modifier and Type | Method and Description |
|---|---|
int |
estimateSize() |
protected abstract void |
finish() |
int[] |
getCounts() |
protected abstract int |
recSize() |
protected IntArrayList counts
Copyright © 2019. All rights reserved.