Interface FSTInt2ObjectMap<V>

All Known Implementing Classes:
DefaultFSTInt2ObjectMap

public interface FSTInt2ObjectMap<V>
  • Method Summary

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

    • size

      int size()
    • put

      void put​(int key, V value)
    • get

      V get​(int key)
    • clear

      void clear()