Class DefaultFSTInt2ObjectMap<V>

java.lang.Object
org.nustaq.serialization.util.DefaultFSTInt2ObjectMap<V>
All Implemented Interfaces:
FSTInt2ObjectMap<V>

public class DefaultFSTInt2ObjectMap<V>
extends java.lang.Object
implements FSTInt2ObjectMap<V>
  • Constructor Summary

    Constructors 
    Constructor Description
    DefaultFSTInt2ObjectMap​(int initialSize)  
  • Method Summary

    Modifier and Type Method Description
    void clear()  
    V get​(int key)  
    void put​(int key, V value)  
    int size()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait