private static class BulkLoader.SortedFile
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.io.File |
file
the file that contains the values
|
private int |
nbValues
The number of stored values
|
| Constructor and Description |
|---|
SortedFile(java.io.File file,
int nbValues)
A constructor for this class
|