Package gaiasky.util

Class LargeLongMap<T>

java.lang.Object
gaiasky.util.LargeLongMap<T>

public class LargeLongMap<T> extends Object
  • Constructor Details

    • LargeLongMap

      public LargeLongMap(int N)
      Creates a LargeLongMap with the given number of backend maps
      Parameters:
      N - Number of maps to back this long map
  • Method Details

    • containsKey

      public boolean containsKey(Long key)
    • put

      public void put(Long key, T value)
    • get

      public T get(Long key)
    • size

      public int size()
    • isEmpty

      public boolean isEmpty()