public static class NewChunk.Mantissas
extends java.lang.Object
Constructor and Description |
---|
NewChunk.Mantissas(int cap) |
Modifier and Type | Method and Description |
---|---|
long |
get(int id) |
int |
len() |
void |
move(int to,
int from) |
void |
resize(int len) |
void |
set(int idx,
long l) |
void |
switchToInts() |
void |
switchToLongs() |