Package one.nio.mem
Class LongObjectHashMap<T>
- java.lang.Object
-
- one.nio.mem.LongHashSet
-
- one.nio.mem.LongObjectHashMap<T>
-
public class LongObjectHashMap<T> extends LongHashSet
-
-
Constructor Summary
Constructors Constructor Description LongObjectHashMap(int capacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Tget(long key)voidput(long key, T value)Tremove(long key)Treplace(long key, T newValue)booleanreplace(long key, T oldValue, T newValue)TreplaceValueAt(int index, T newValue)voidsetValueAt(int index, T value)TvalueAt(int index)-
Methods inherited from class one.nio.mem.LongHashSet
capacity, decrementSize, getKey, hash, incrementSize, keyAt, putKey, removeKey, setKeyAt, size, sizeInBytes
-
-
-
-
Field Detail
-
values
protected final Object[] values
-
-