Class LongObjMap<T>

java.lang.Object
net.arnx.jef4j.util.LongObjMap<T>
Type Parameters:
T - Value type
All Implemented Interfaces:
Serializable

public class LongObjMap<T> extends Object implements Serializable
Based on https://github.com/mikvor/hashmapTest This code is licensed by The Unlicense (http://unlicense.org)
See Also:
  • Constructor Details

    • LongObjMap

      public LongObjMap()
    • LongObjMap

      public LongObjMap(int size)
    • LongObjMap

      public LongObjMap(int size, float loadFactor)
  • Method Details

    • put

      public T put(long key, T value)
    • get

      public T get(long key)
    • size

      public int size()