public class DefaultFSTInt2ObjectMap<V> extends Object implements FSTInt2ObjectMap<V>
| Constructor and Description |
|---|
DefaultFSTInt2ObjectMap(int initialSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
V |
get(int key) |
void |
put(int key,
V value) |
int |
size() |
public int size()
size in interface FSTInt2ObjectMap<V>public final void put(int key,
V value)
put in interface FSTInt2ObjectMap<V>public final V get(int key)
get in interface FSTInt2ObjectMap<V>public void clear()
clear in interface FSTInt2ObjectMap<V>Copyright © 2018. All rights reserved.