Class LongLongMap

java.lang.Object
com.semedy.reasoner.utils.LongLongMap

public class LongLongMap extends Object
Author:
angele
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    LongLongMap(int size, float fillFactor)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    get(long key)
     
    long
    put(long key, long value)
     
    long
    remove(int key)
     
    int
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • LongLongMap

      public LongLongMap(int size, float fillFactor)
  • Method Details

    • get

      public long get(long key)
    • put

      public long put(long key, long value)
    • remove

      public long remove(int key)
    • size

      public int size()