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