Class FSTInt2IntMap

java.lang.Object
org.nustaq.serialization.util.FSTInt2IntMap

public class FSTInt2IntMap
extends java.lang.Object
Created with IntelliJ IDEA. User: ruedi Date: 20.11.12 Time: 21:02

unused currently. pretty old.

  • Field Summary

    Fields 
    Modifier and Type Field Description
    int[] mKeys  
    int mNumberOfElements  
    int[] mValues  
  • Constructor Summary

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

    Modifier and Type Method 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 Details

  • Constructor Details

  • Method Details

    • size

      public int size()
    • put

      public final void put​(int key, int value)
    • get

      public final int get​(int key)
    • clear

      public void clear()