Interface ShortObjectMap<V>

All Known Implementing Classes:
StandardShortObjectMap, TroveShortObjectMap

public interface ShortObjectMap<V>
Since:
12.0
Author:
Niv Ingberg
  • Method Details

    • isEmpty

      boolean isEmpty()
    • size

      int size()
    • containsKey

      boolean containsKey(short key)
    • get

      V get(short key)
    • put

      V put(short key, V value)
    • keys

      short[] keys()
    • iterator

      ShortObjectIterator<V> iterator()