Package org.nustaq.serialization.util
Class DefaultFSTInt2ObjectMap<V>
java.lang.Object
org.nustaq.serialization.util.DefaultFSTInt2ObjectMap<V>
- All Implemented Interfaces:
FSTInt2ObjectMap<V>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultFSTInt2ObjectMap
public DefaultFSTInt2ObjectMap(int initialSize)
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceFSTInt2ObjectMap<V>
-
put
- Specified by:
putin interfaceFSTInt2ObjectMap<V>
-
get
- Specified by:
getin interfaceFSTInt2ObjectMap<V>
-
clear
public void clear()- Specified by:
clearin interfaceFSTInt2ObjectMap<V>
-