Interface ObjectShortMap<K>

All Known Implementing Classes:
StandardObjectShortMap, TroveObjectShortMap

public interface ObjectShortMap<K>
Since:
12.0
Author:
Niv Ingberg
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    short
    get(K key)
     
    void
    put(K key, short value)
     
    void
     
  • Method Details

    • containsKey

      boolean containsKey(K key)
    • get

      short get(K key)
    • put

      void put(K key, short value)
    • serialize

      void serialize(ObjectOutput out) throws IOException
      Throws:
      IOException