-
-
Constructor Summary
Constructors
| Constructor and Description |
FSTInt2IntMap(int initialSize) |
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
void |
clear() |
int |
get(int key) |
void |
put(int key,
int value) |
int |
size() |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Field Detail
-
mValues
public int[] mValues
-
Method Detail
-
clear
public void clear()
Copyright © 2014. All rights reserved.