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