Class FSTObject2IntMap<K>

java.lang.Object
org.nustaq.serialization.util.FSTObject2IntMap<K>

public class FSTObject2IntMap<K>
extends java.lang.Object
Created with IntelliJ IDEA. User: ruedi Date: 20.11.12 Time: 19:57 To change this template use File | Settings | File Templates.
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.Object[] mKeys  
    int mNumberOfElements  
    int[] mValues  
  • Constructor Summary

    Constructors 
    Constructor Description
    FSTObject2IntMap​(int initialSize, boolean checkClassOnequals)  
  • Method Summary

    Modifier and Type Method Description
    static int adjustSize​(int size)  
    void clear()  
    int get​(K key)  
    void put​(K 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

    • FSTObject2IntMap

      public FSTObject2IntMap​(int initialSize, boolean checkClassOnequals)
  • Method Details

    • adjustSize

      public static int adjustSize​(int size)
    • size

      public int size()
    • put

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

      public final int get​(K key)
    • clear

      public void clear()