public class FSTInt2IntMap extends Object
unused currently. pretty old.
| Modifier and Type | Field and Description |
|---|---|
int[] |
mKeys |
int |
mNumberOfElements |
int[] |
mValues |
| Constructor and Description |
|---|
FSTInt2IntMap(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
get(int key) |
void |
put(int key,
int value) |
int |
size() |
Copyright © 2015. All rights reserved.