Interface FSTInt2ObjectMap<V>

All Known Implementing Classes:
DefaultFSTInt2ObjectMap

public interface FSTInt2ObjectMap<V>
  • Method Summary

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

    • size

      int size()
    • put

      void put(int key, V value)
    • get

      V get(int key)
    • clear

      void clear()