public class FileKey
extends Object
-
-
Constructor Summary
Constructors
| Constructor |
Description |
FileKey(BlockType type,
int level,
int column,
int fileId) |
|
-
Method Summary
-
-
Constructor Details
-
public FileKey(
BlockType type,
int level,
int column,
int fileId)
-
Method Details
-
-
public static FileKey branch(
int level,
int fileId)
-
public static FileKey leaf(
int fileId)
-
public static FileKey value(
int column,
int fileId)
-
-
-