public class FlexibleStorage extends Object
| Constructor and Description |
|---|
FlexibleStorage(int bitsPerEntry,
int size) |
FlexibleStorage(int bitsPerEntry,
long[] data) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
get(int index) |
int |
getBitsPerEntry() |
long[] |
getData() |
int |
getSize() |
int |
hashCode() |
void |
set(int index,
int value) |
String |
toString() |
public FlexibleStorage(int bitsPerEntry,
int size)
public FlexibleStorage(int bitsPerEntry,
long[] data)
Copyright © 2020. All rights reserved.