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